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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ DLL for Delphi

Status
Not open for further replies.

lonewolflt

Programmer
Jun 17, 2003
1
AU
I am trying to write a c++ dll with this function:

Code:
extern "C" bool __stdcall GetVerInfo(char* FileName, char *Version)

However when i call the function from delphi it returns the bool state of the function ok, but the Version variable is unmodified.

Any help greatly appreciated, :)

Vytautas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top