Calling a DLL gives "File Not Found", but File Exists 
Author Message
 Calling a DLL gives "File Not Found", but File Exists

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



Mon, 13 Nov 2000 03:00:00 GMT  
 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




Mon, 13 Nov 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. PictureBox gives "File not found"

2. "File not found:VBA6.DLL"

3. ODBC error - "file not found" Help

4. "File or Assembly not found"

5. Strange "File not found" error

6. "File not found" error

7. Error 32504 "File not Found"

8. "File Not Found" Error

9. "file Not found"

10. "File Not Found"-(The Saga Continues)

11. Setup - "File Not Found"

12. HTTP Put "File Not Found" error

 

 
Powered by phpBB® Forum Software