peterworth
Programmer
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.
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.