Home > Back-end >  Delphi7 how to call c # DLLS
Delphi7 how to call c # DLLS

Time:10-04

Excuse me: delphi7 how to call c # DLLS, or export object?

CodePudding user response:

There is a project instance here:
http://stackoverflow.com/questions/19009014/library-net-docx-with-delphi-xe2
Which will use JVCL, core part

CodePudding user response:

Don't JVCL, the.net tools, can put..net DLL directly into COM components. Direct use.

CodePudding user response:

http://blog.csdn.net/genispan/article/details/4294487

CodePudding user response:

Need c # DLLS compiled to com,
And then through the Delphi import library imported generating unit
The last to call again,
  • Related