Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

exporting DLLs

Status
Not open for further replies.

tvidigal

Programmer
Joined
Sep 8, 2003
Messages
19
Location
PT
Hello all,
my goal is to create a DLL to be used in Delphi!
i know how to declare functions, functions inside classes and so on, but i don't know how to pass a Complete class to the outside in order to gain the same functionality!
So in delphi it could be used like for instance i used in VC!

thanks in advance!
Regarsd
 
I think you can not pass C/C++ structs to delphi programs. They are not compatible. You can use only C functions with many restrictions.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top