如何使用托管输出德尔福如何使用、德尔福

2023-09-06 23:50:08 作者:走了别再回来!

我做在C#中的项目,我想使用的托管输出,后来把它用在德尔福。因此,谁能给我解释一下,怎么做托管输出工作,那么如何使用/进口德尔福。我使用Visual Studio 2010的前preSS,在Windows 7 64位

I'm making a project in C# and I want to use Unmanaged Exports and later to use it in Delphi. So can anyone explain me, how does Unmanaged Exports works, then how to use/import in Delphi. I'm using Visual Studio 2010 Express, on Windows 7 64 bit

推荐答案

布赖恩·龙写的经典文章逆的P / Invoke 来调用托管的C#code德尔福的Win32。

Brian Long wrote the classic article on Inverse P/Invoke to call managed C# code from Delphi Win32.

我不知道我会使用这种技术,但它是可能的: - )

I'm not sure I'd use this kind of technology, but it is possible :-)

- 吉荣