program MacroTest;
{$DEFINE EmptyMacro}
begin EmptyMacro end.
Undeclared identifier: 'EmptyMacro'
This only happens with the dppPlugin for the IDE. The command line version (dpp) does not have this problem.
Log in to post a comment.