32 bit dll importing in 64 bit .Net application

后端 未结 5 2039
天涯浪人
天涯浪人 2020-12-30 10:24

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

5条回答
  •  醉酒成梦
    2020-12-30 11:16

    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.

提交回复
热议问题