I am trying to write a c++ dll with this function:
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, :-)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.