how do I call a dll written in delphi?

  • Thread starter Thread starter Kueishiong Tu
  • Start date Start date
K

Kueishiong Tu

How do I call a dll written in delphi from C++ .net?
Coding example will be helpful.
 
A DLL written in Delphi should be indistinguishable from a DLL written in C.
I think your question is really "how do I call an unmanaged DLL from .NET".
A quoick search through the help should answer that.

Regards

Ron

(An escapee from Delphi)
 
-----Original Message-----
A DLL written in Delphi should be indistinguishable from a DLL written in C.
I think your question is really "how do I call an unmanaged DLL from .NET".
A quoick search through the help should answer that.

Regards

Ron

(An escapee from Delphi)

How do I do a search through the help?

Regards,
Kueishiong Tu
 
Back
Top