I\'m having a problem, I\'ve been trying to solve it since yesterday but no luck.
I have a 32-bit Delphi DLL which I want to import it in to a .NET WIN Application. This ap
A solution although a bit of a mess could be to write a separate 32-bit application that you can talk to from your 64-bit application such as a console application you send commands to/from.
Not pretty but may work if you only need the occasional call to it.