lonewolflt
Programmer
I am trying to write a c++ dll with this function:
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
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