This problem was encountered when compiling "Mustangpeakcommonlib-master.zip". Search the Internet for a moment:
Processing compilation Error "0" is a invalid value for the "debuginformation" parameter of the "DCC" [Abstract: An emerging compilation problem in a control that is being re-created from XE6 to XE4: [MSBuild Er ROR] 0 is a invalid value for the debuginformation parameter of the DCC task. The debuginformation parameter is of type System.Boolean. Compiling the device under XE6. Good]
A compilation error occurred while installing a control that was copied from XE6 to XE4:
[MSBuild Error] "0" is a invalid value for the "debuginformation" parameter of the "DCC" task. The "debuginformation" parameter is of type "System.Boolean".
Compile and install under XE6 Good, Delphi Xe4 you This is again what?
Fortunately, the compilation prompt is very detailed, follow the debuginformation a careful view of the compilation options, found inside compiling--debugging Debug Infomation a value is 0 (normal can only take a Boolean value), so choose false, compile again, found normal.
Could it be that the two IDE environments are different, resulting in inconsistent parsing of the project files? Delphi, what are you going to do again?
Http://www.ithao123.cn/content-5777917.html then try to change it in the IDE without effect. Had to open directly with the editor directly mpcommonlibd.dproj, the 0 changed to false on the line. It is estimated that the IDE version used by developers is too high, and I do not know 0 of these 2010.
Processing compilation Error "0" is a invalid value for the "debuginformation" parameter of the "DCC"