开发者

How to create a COM DLL (class library) in Delphi?

How can I create a COM DLL (class library) in Delphi?

It is for use on very old 开发者_如何学PythonPCs where .NET is not, and will not be, installed and will replace, and slightly extend, a VB 6 DLL for which I have the source code.


You create a new ActiveX Library. You find it in the ActiveX tab. (File - New - Other - ActiveX - ActiveX Library)


Here you have how to do it:

An Introduction to COM Programming with Delphi


Go through this site which is good start point to develop COM in Delphi. It is having tutorials, articles, and code on COM technologies in Delphi. It might be helpful to you

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜