Not sure if this is the correct forum. I am using Inno and within the scripting portion I cannot figure out how to convert a cardinal value into a string so it can be displayed in a MsgBox() so I can verify the value.
When I convert the cardinal using something like b := IntToStr(a) then MsgBox(b) it displays a huge number (decimal representation)??
Essentially I am trying to use the GetFileVersion() function in in Inno to get the file version of a DLL and then dislpay the version in a MsgBox(). I havent been able to figure out how to convert the cardinal into a string properly
thanks.