paragui-users
[Top][All Lists]
Advanced

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

Re: [paragui-users] sigh... vc question


From: Alexander Pipelka
Subject: Re: [paragui-users] sigh... vc question
Date: 17 Jun 2002 10:20:15 +0200

Not our problem. Take a look at this:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q167355

:((

Alex

Am Mon, 2002-06-17 um 08.45 schrieb Andrew Ford:
> 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
> 
> _______________________________________________
> paragui-users mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/paragui-users
> 






reply via email to

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