问题描述
我目前有一个代码库的delphi(win32)代码。我想扩展新功能,但是,我的知识在.NET(C#)中,我想保留现有的代码库,并在.NET中添加新功能。谢谢!
我没有使用过,但请查看。
除此之外,您可以使用。 .NET程序集可以是C#,Prism,VB.NET或任何.NET语言。
I currently have a codebase of delphi (win32) code. I want to extend new functionality, however, my knowledge is in .NET (C#), and I'd like to keep the existing code base and add new functionality in .NET.
What , if any, are my options (for delphi and .NET inter operating) ?
Thanks!
I haven't used it, but check out RemObject Hydra.
Basically you can embed Visual and non-visual .NET code in your Delphi application and work with it just like it is Delphi native. They have a free trial, and there is a contest running right now where you can win a free copy by reviewing the free trial.
Beyond that then you can use .NET via COM in Delphi. The .NET Assembly can be in C#, Prism, VB.NET or any .NET language.
这篇关于Delphi与.NET的互操作性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!