- priority: 5 --> 9
Hello Andreanobr and Andreanolanusse,
First of all, I would like to thank you for your efforts in advance and want to tell you that they mean a lot to us!
The problem i'm facing with the app is that it's not compatible with Delphi XE and above (Mine is XE3).
When I compile the app, I get an error in UCommon.pas unit telling me:
[dcc32 Error] UCommon.pas(line:251): E2033 Types of actual and formal var parameters must be identical.
and the compilers would point to this line of code: (which is line:251)
BufferSize := GetFileVersionInfoSize(PChar(FileName), Dummy);
-------------------------------------------------------------------------------------------------------------
I, once encountered such a problem in the past. I identified the variables that were making the errors and made them identical, but in this case, i seem no way near identifying the variables that need to be changed.
Waiting for your help and appreciated in advance,
Phil