PDA

View Full Version : custom warnings



tux
11-09-2004, 01:26 AM
in delphi 7, is it possible to create a warning what will show up in the message window when compiling?

i know of the todo list but this is different. say im doing something but its a "dirty hack" and i should try fix it later, can i do something like

{$WARNING this is really really bad and should be replaced when i can be botherd}

it will be quite handy when compiling (because i do go through the warning list ;) ) that i can leave messages to myself.