32 bit dll importing in 64 bit .Net application
- by scatterbraiin
hello
i'm having a problem, i try to solve it since yesterday but no luck.
i have 32 bit delphi dll which i want to import in .NET Win Application. this application has to be built on ANY CPU mode. of course, there's BadImageFormatException coming, which means that in x64 application can't be loaded x86 dll..
i googled around and find solution,…