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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Not Found error when calling DDL from VB.

Status
Not open for further replies.

Sanibel

Technical User
Nov 15, 2001
73
GB
I have created a DLL using Visual Fortran to perform a series of calculation. The routine is called from a button on an Access form. This works OK on my PC and a number of others but in a few cases users get a File Not Found message for the DLL Lib file declared in the VB statement.
These PCs have the same version of Windows XP and Access as myself and I can see the Lib file from their PC.

Does anybody know what could be causing this problem.
Thanks
 
First - Is the DLL registered on their PC?
Do any files (or references it uses) also exist on their PCs in the same location?

Second - Is it in the same equivalent location?

John
 
Is it the same version of the DLL file that you see? You might try replacing the DLL on the bad machines, maybe placing them in the same folder as the db.

The Missinglinq

Richmond, Virginia

There's ALWAYS more than one way to skin a cat!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top