Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Here is the deal,
we have this program in which we have to create some plugins (DLL).

But the problem is the program is made in delphi and the dll have to have a class which inherits from the program's SDK.

My question is if it is possible to create this plugin in c# even thou you should inherit from a delphi DLL?

And how should I do it?
Posted

1 solution

As far as I know, you can't inherit a class from Delphi to C#... but you could write a wrapper[^], which provides you the properties and methods you need.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900