CMTG
Leg Humper


Joined: 23 Feb 2002 Posts: 5438
Location: /var/log/cabin
|
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.
Charlene's Law: There's no such thing as can't.
Charlene's Corollary: Unless it's followed by be arsed.
I write more quotes than a fucking big book of quotes. - Scroobius Pip
|
|