|
-
June 12th, 2012, 12:06 AM
#3
Re: How to load dll which is win32 into x64 environment
 Originally Posted by Paul McKenzie
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|