How can I create a COM DLL (class library) in Delphi?
It is for use on very old PCs 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.
How can I create a COM DLL (class library) in Delphi?
It is for use on very old PCs 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.
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