Search code examples
delphilockbox-3

TurboPower LockBox 3 will not install in Delphi XE4 - error during compile


I am trying to use LockBox 3 in Delphi XE4 to replace an encryption suite that has inexplicably stopped working. I opened the Delphi project file and the three bpl's show up, but when I right-click and then choose install on LockBox3VCLDD240.bpl, it tries to compile and then gives the following error message:

[MSBuild Error] "0" is an invalid value for the "DebugInformation" parameter of the "DCC" task. The "DebugInformation" parameter is of type "System.Boolean".

I tried changing "Debug Information" to True in Project -> Options -> Delphi Compiler -> Linking, but the error still comes up. Can anyone offer assistance?


Solution

  • I was able to get the above error message to go away by going to Project -> Options -> Delphi Compiler -> Compiling and changing Debugging -> Debug Information to true.