Calling LoadLibrary on a 64-bit dll from a 32-bit process
Posted
by Spilly
on Stack Overflow
See other posts from Stack Overflow
or by Spilly
Published on 2010-03-17T23:24:26Z
Indexed on
2010/03/17
23:31 UTC
Read the original article
Hit count: 266
Hi, i have a 32-bit exe that needs to dynamically load a 64-bit dll when it detects that the operating system is 64-bit. Is this possible through LoadLibrary? If not, is there another way to accomplish the same goal?
© Stack Overflow or respective owner