Re: vc++ 6 warning with vector<string>
From: mahaa (mahaa_at_discussions.microsoft.com)
Date: 11/07/04
- Next message: David Webber: "Re: A member pointer to a member function?"
- Previous message: Carl Daniel [VC++ MVP]: "Re: vc++ 6 warning with vector<string>"
- In reply to: Carl Daniel [VC++ MVP]: "Re: vc++ 6 warning with vector<string>"
- Next in thread: Carl Daniel [VC++ MVP]: "Re: vc++ 6 warning with vector<string>"
- Reply: Carl Daniel [VC++ MVP]: "Re: vc++ 6 warning with vector<string>"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 7 Nov 2004 07:26:02 -0800
thanks daniel it was helpfull...
it remains one warning message that i want you o help me fix it:
>>LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; >>use /NODEFAULTLIB:library
i 'm using a third party library in my project that i made available for he
linker
thanks for helping
"Carl Daniel [VC++ MVP]" wrote:
> mahaa wrote:
> > thanks Larry for replying...
> > I agree with you that it's a bug that should be fixed...
> > you suggested using the directive #pragma warning (disable : 4786) ,
> > but you
> > didn't specify where i should place it exactly...i tried adding it
> > at the
> > begining of a .cpp file after the include directives but the warning
> > is still
> > there!
>
> The #pragma has to appear before <vector> is included.
>
> -cd
>
>
>
- Next message: David Webber: "Re: A member pointer to a member function?"
- Previous message: Carl Daniel [VC++ MVP]: "Re: vc++ 6 warning with vector<string>"
- In reply to: Carl Daniel [VC++ MVP]: "Re: vc++ 6 warning with vector<string>"
- Next in thread: Carl Daniel [VC++ MVP]: "Re: vc++ 6 warning with vector<string>"
- Reply: Carl Daniel [VC++ MVP]: "Re: vc++ 6 warning with vector<string>"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|