G
Guest
Hi,
I've got the following problem: I created a solution based on a .net exe
(vb) and a CF++ dll. Now, the dll is called out of vb.net code as follows:
public declare sub TestMe lib "mytest.dll" ()
But when I run the application, I receive an error that sais: 'File not
found. Dll could not be loaded'. The dll is placed in just the same directory
as the exe and does export the function TestMe (I've checked that with the
depends.exe utility).
Can anyone give me a hint on what's going on?
Thanks
Peter
I've got the following problem: I created a solution based on a .net exe
(vb) and a CF++ dll. Now, the dll is called out of vb.net code as follows:
public declare sub TestMe lib "mytest.dll" ()
But when I run the application, I receive an error that sais: 'File not
found. Dll could not be loaded'. The dll is placed in just the same directory
as the exe and does export the function TestMe (I've checked that with the
depends.exe utility).
Can anyone give me a hint on what's going on?
Thanks
Peter