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!

Search results for query: *

  1. GaryDean

    Creating a C++ DLL for use with Access - Runtime error 48

    Thanks cpjust. I have run depends.exe and found that I had a dependency on msvcr80.dll. It was on my PC but not the failing machine..... However, I copied it over (to C:\windows\system32 and the same directory as my own DLL for good measure, but the error persisted. In the meantime, I got a...
  2. GaryDean

    Creating a C++ DLL for use with Access - Runtime error 48

    Hello Everyone, This is my first attempt at doing anything with C++. I'm trying to create a C++ DLL using Visual C++ 2005 Express. The idea is to be able to call the functions in this DLL from an access application. After trawling for days, I now have a DLL that compiles and seems to work...

Part and Inventory Search

Back
Top