how do I call a dll written in delphi?

K

Kueishiong Tu

How do I call a dll written in delphi from C++ .net?
Coding example will be helpful.
 
R

Ron McNulty

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)
 
K

Kueishiong Tu

-----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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top