paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-users] sigh... vc question


From: Andrew Ford
Subject: [paragui-users] sigh... vc question
Date: Sun, 16 Jun 2002 23:45:58 -0700 (PDT)

Okay, so when compiling paragui and other template
apps, Visual C++ 6 decides to truncate the debugging
info to 255 characters and warn us about it
repeatedly.

e:\visual studio\vc98\include\vector(39) : warning
C4786: 'std::vector< blah blah blah blah blah >' :
identifier was truncated to '255' characters in the
debug information

You can allegedly disable the warning using:

#pragma warning( disable : 4786 )

This doesn't seem to do anything.  Anyone know why?
If someone can figure it out, we can add

#ifdef _MSC_VER
#pragma whatever it is
#endif

to paragui.h, for instance and get a clean compile
under vc.

Andrew.

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]