
Calling a DLL gives "File Not Found", but File Exists
I have similar problems before. In my case it means that some dlls used by
this dll are missed. For example, If access a custom DLL made in Borland
C++ , need "cw3220.dll" in your machine, which is in bin directory of BC5.
Hope it helps.
--Huaping
Quote:
> I am creating a 16 bit VB4.0 application.
> It has to access a custom made DLL, the
> problem is that when the CORRECT code
> is used to declare the function/procedure
> of the DLL, VB returns a "File Not Found"
> error, even though the file exists (has been
> placed in the App, Root, Windows and
> System directories to ensure) and the
> Declare has even included a specific path,
> yet the same result keeps occuring.
> Any ideas anyone.
> I would appreciate an email for this if you don't mind
> Thanks in advance
> Brett