Re: VC6/SP5 MFC Linker?
From: KS (ks_at_blah.com)
Date: 03/17/04
- Next message: Kelly Herald: "Re: Worker thread fate"
- Previous message: Zac Bond: "Re: left-right sync in explorer-style app"
- In reply to: Microsoft: "VC6/SP5 MFC Linker?"
- Next in thread: David Lowndes: "Re: VC6/SP5 MFC Linker?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 16:43:37 -0700
When you link incrementally, it does this. I think if you don't have
incremental link, you no longer get the warnings. These are warnings only
and can be pretty much ignored. I could be wrong, so you'll have to try it.
:)
KS
"Microsoft" <jack@dxbase.com> wrote in message
news:O8zgWWHDEHA.3240@TK2MSFTNGP10.phx.gbl...
> In my MFC app, I have added a third-party .lib and associated .h and .dll
to
> my app. When I compile and link in debug mode, there are no errors or
> warnings. But when I switch to release mode, the linker reports the
> following warnings. I've read the error message description provided in
the
> on-line help, but I really do not comprehend what it is trying to tell me.
> Can someone explain? Thanks.
>
> LINK : warning LNK4089: all references to "0.obj" discarded by /OPT:REF
> LINK : warning LNK4089: all references to "1.obj" discarded by /OPT:REF
> LINK : warning LNK4089: all references to "11.obj" discarded by /OPT:REF
> LINK : warning LNK4089: all references to "12.obj" discarded by /OPT:REF
> LINK : warning LNK4089: all references to "13.obj" discarded by /OPT:REF
> LINK : warning LNK4089: all references to "28.obj" discarded by /OPT:REF
> LINK : warning LNK4089: all references to "34.obj" discarded by /OPT:REF
> LINK : warning LNK4089: all references to "43.obj" discarded by /OPT:REF
> LINK : warning LNK4089: all references to "44.obj" discarded by /OPT:REF
>
>
- Next message: Kelly Herald: "Re: Worker thread fate"
- Previous message: Zac Bond: "Re: left-right sync in explorer-style app"
- In reply to: Microsoft: "VC6/SP5 MFC Linker?"
- Next in thread: David Lowndes: "Re: VC6/SP5 MFC Linker?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|