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!

question about external functions

Status
Not open for further replies.

peterworth

Programmer
Aug 18, 2004
80
GB
Hi,

I'm fairly new to delphi so apologies if this is an obvious/stupid question...

When a function is declared statically from an external dll in a .pas file, how is the function prototype (arguments, return values etc) converted from c++ to delphi? Specifically, does an argument which is a pointer in the c++ function become an integer type regerdless of what its pointing at (since the pointer itself is a memory address)?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top