Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS Access communicate with C++ DLL

Status
Not open for further replies.

BuilderSpec

Programmer
Dec 24, 2003
383
GB
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top