I made wrapper dll which wraps original _cdecl DLL to export with _stdcall.
And I declared in VB6 and called function but following error occurs.
Run-time error '53':
File not found: MyDLL.dll
MyDll.dll and original dll are surely located in the application program folder.
Why this error occurs?
And I declared in VB6 and called function but following error occurs.
Run-time error '53':
File not found: MyDLL.dll
MyDll.dll and original dll are surely located in the application program folder.
Why this error occurs?