开发者

Migrate Delphi 2007 component to .NET

开发者 https://www.devze.com 2023-01-07 12:47 出处:网络
I need some help. I have generated a component in Delphi 2007 Code Gear and I need to migrate it to .NET to be used by VB.NET platform.

I need some help.

I have generated a component in Delphi 2007 Code Gear and I need to migrate it to .NET to be used by VB.NET platform.

I generated an ActiveX dll but I have been told that only the declaration of 开发者_StackOverflowthe class is visible in .NET.

Actually the component I have generated is inherited by another component of which I have only the .dcu files. My new component is exactly similar as the parent one except from that I have overridden the constructor create.

I wonder why the .NET, although it accepted the component, it did not provide the inherited properties, methods etc.

I would appreciate any explanation, clarification, any help.

Thank you.


Instead of ActiveX, have you considered using Delphi prism to get your code into the .net world as a true .net assembly?

0

精彩评论

暂无评论...
验证码 换一张
取 消