support
Whole Tomato Software
5566 Posts |
Posted - Aug 19 2004 : 5:52:34 PM
|
Our coloring algorithm assumes preprocessor macros have global scope. This is done for speed. Unfortunately, it creates the side effect you see. VA X colors BOOL like a macro everywhere.
Here is a workaround: Exit your IDE. Use Notepad to create usertype.dat in the folder in which devenv.exe exists. Put BOOL on a line by itself in usertype.dat Restart your IDE. BOOL should be colored like a "User keyword", which is blue by default. |
|
|