Quote Originally Posted by Paul McKenzie View Post
Is your application a 64-bit app? If so, you cannot load 32-bit DLL's into the address space of a 64-bit application.

If it's not a 64-bit application, then call GetLastError() to determine why the DLL does not load.

Regards,

Paul McKenzie
Hi Paul
Thanks to your reply.
Do you have any idea about how to load 32-bit DLL's into 64-bit app?
Because my app is 64-bit app, and I don't have this 32-bit DLL source code, so I cann't recompile this to be 64-bit.

Thanks
Angel