BuilderSpec
Programmer
Hi
Have written my own DLL for other purposes and have seen that in MS Access you can call DLL functions by using
Declare Sub MessageBeep Lib "User32" (ByVal N As Long)
( above is from the help file )
This seems to work well for VB created DLLs, mine is created with Borland C++ Builder. What do I need to do to make it work in Access like the standard windows ones ? I can;t register the DLL cos it has no RegisterServer code and i wouldn't know what to put in there anyhow ? Help ?
Cheers
Hope this helps!
Regards
BuilderSpec
Have written my own DLL for other purposes and have seen that in MS Access you can call DLL functions by using
Declare Sub MessageBeep Lib "User32" (ByVal N As Long)
( above is from the help file )
This seems to work well for VB created DLLs, mine is created with Borland C++ Builder. What do I need to do to make it work in Access like the standard windows ones ? I can;t register the DLL cos it has no RegisterServer code and i wouldn't know what to put in there anyhow ? Help ?
Cheers
Hope this helps!
Regards
BuilderSpec