Re: Problem using string/vector in MS Visual C++ 6/g++

From: Forecast (forecast_at_csis.hku.hk)
Date: 01/04/04


Date: Sun, 4 Jan 2004 12:09:41 +0800

thx.

M$ no good.

"Samuele Armondi" <sammyboyuk_NOSPAM_@hotmail.com> wrote in message
news:3ff6eb65_2@mk-nntp-1.news.uk.worldonline.com...
> Its a MS thing... I think templated type names can only be 255 chars long
> for some compatibility reason. Here is how to get rid of the warnings:
> // Put this at the top of your source file/ header file
> #ifdef _MSC_VER
> #pragma warning (disable: 4786)
> #endif //_MSC_VER
>
> HTH,
> S. Armondi
>
>
>



Relevant Pages

  • Re: Getting rid of "Windows dont recognise"-popup?
    ... Senior .NET Solutions Architect / Developer / Author ... MCAD/MCSD/MCSE/MCTS ... rid of these warnings for good, you might want to strong name and sign ... How can I get rid of this very un-professional-looking ...
    (microsoft.public.dotnet.general)
  • Re: help with type-punned warning please
    ... > clean up my code so I don't get these warnings. ... get rid of that "stupid cast" warning is... ... this is still not a good way to free a pointer. ...
    (comp.lang.c)
  • Re: IS this a proper way of freeing memory with free()
    ... Yes, it _does_ get rid of the pain, ... warnings return as if nothing happened. ... I was replying to this thing, that Richard Bos said Ryan Ply ...
    (comp.lang.c)
  • Re: Generic Zero Length Array
    ... It may work to get rid of the warnings, ... to get rid of the warnings. ... generic formal type, adding an "initial value" generic parameter is ...
    (comp.lang.ada)
  • Re: Link Warnings
    ... Used LDEFINES=$/IGNORE:4210 in appropriate SOURCES file, ... gets rid of 4210 warnings and others but will not suppress 4099. ...
    (microsoft.public.windowsce.platbuilder)