Strange things happening: in a header file called "Utility.h" a function named LPCTSTR FormatDateTime(SYSTEMTIME& st) is declared. Nothing special about its declaration or location of declaration. This file is included in a .cpp file, the function is used as follows:
return FormatDateTime(m_datetime);
Now, I hit the reparse button, the screen flickers, FormatDateTime is painted correctly as a function, a few seconds later the screen flickers another time and the function is colored black and reddish underlined. Rightclicking on the red line brings up the spell checker context menu with "Add word" and "Ignore".
Help