CMTG
Leg Humper


Joined: 23 Feb 2002 Posts: 4869
Location: On average, Cheltenham.
|
Posted:
Tue Aug 05, 2003 4:55 pm Post subject: VC6 Pragma's |
|
CConsole.cpp:
#include "CConsole.h"
#pragma warning( disable : 4786 )
#pragma message( " " )
#pragma message( "Warning C4786 Disabled!" )
#pragma message( " " )
CConsole::CConsole()
{
//init values
strWndClass = "DebugConsoleWindow";
strWndCaption = "Debug Console:";
...etc...etc...
Why do I keep getting multiple 4786 warnings after the "Warning C4786 Disabled!" message?
Not an important issue (just annoying) but any help appreciated. |
_________________ Pie. I wish I could
constrain my hungry greed but...
Sadly, defeated.
"Have I seen you at the gym? I don't go to the gym, I'm just naturally like this..."
- Captain Hammer
|
|