PowerfulStar
Programmer
We are having problems trying to run Access 97 databases on a Windows 2000 machine.
The databases were developed using "comdlg32.dll version 4" and surely, version 5 should be compatible with version 4. As an example, the code:
Public Declare Function GetSaveFileName Lib "comdlg32.dll" Alias "GetSaveFileNameA" (pOpenfilename As OPENFILENAME) As long.
We keep getting an error when trying to retrieve the file - which exists and the databases behave normally on Windows 95 machines.
Any help is gratefully appreciated.
Regards,
PowerfulStar
The databases were developed using "comdlg32.dll version 4" and surely, version 5 should be compatible with version 4. As an example, the code:
Public Declare Function GetSaveFileName Lib "comdlg32.dll" Alias "GetSaveFileNameA" (pOpenfilename As OPENFILENAME) As long.
We keep getting an error when trying to retrieve the file - which exists and the databases behave normally on Windows 95 machines.
Any help is gratefully appreciated.
Regards,
PowerfulStar