Error in calling msaccess.exe function after upgrade to Access2K. Help me. (1 Viewer)

M

MRSelerio

Guest
I have the ffg. declaration in a report module:

Private Declare Function TMS_GetTextSize Lib "msaccess.exe" Alias "#67" (ByVal strFontName As String, ByVal lngSize As Long, ByVal lngWeight As Long, ByVal fItalic As Long, ByVal fUnderline As Long, ByVal lngChars As Long, ByVal strCaption As String, ByVal cchUseMaxWidth As Long, lngWidth As Long, lngHeight As Long) As Integer

It works well in the previous platform (Access97/Win95), but causes the following error in our current setup (Access2000/Win95):

(Error Code 452) Can't find DLL entry point 67 in msaccess.exe.

The Access application is launched with the /runtime command-line paramater.

Any info/help will be greatly appreciated.
 

Users who are viewing this thread

Top Bottom