I do release that its not possible to load 64bit dll into 32bit dll in the same process. However i can put my 64bit dll into com and access that com from my 32bit app. Can anyone provide me a sample for doing so? Are there any other means to solve this issue?
Note: I cannot build the 64bit dll to 32 bit as its external 3rd party dll and i cannot convert my 32bit process to 64 bit as its a very huge application.Converting that to 64bit would require me many years.
Any help would be appreciated
dllhost.exe(comes with Windows) to turn an in-process COM server into a DCOM server although I'm not srue about the details