Posts by Alan Corrêa da Silva • 21 points
1 post
-
2
votes2
answers3931
viewsA: Create dll in C# and use in Delphi 7
As has been said before the way is for you to consume the Assembly as with: using System; using System.Runtime.InteropServices; namespace ClasseCom { [ComVisible(true)]…