Quantcast
Channel: Delphi Programming – The curse of Dennis D. Spreen
Viewing all articles
Browse latest Browse all 19

Porting to XE5 and the “W1030 Invalid compiler directive: ‘true’” warning

$
0
0

If you port your application to Delphi XE5 and you receive this warning

[dcc32 Warning] W1030 Invalid compiler directive: 'true'

then edit the ‘Build Configurations (Debug)’ settings and change the setting
“Debug information” from “True”

W1030 wrong setting



to “Debug Information” (located at “Delphi Compiler -> Compiling -> Debugging”):

W1030 correct setting

 

and the warning will be gone.


Viewing all articles
Browse latest Browse all 19

Trending Articles