VC++ link warning

Started by
0 comments, last by penetrator 20 years, 4 months ago
I get the following warning when i link the app: LINK : warning LNK4089: all references to "ADVAPI32.dll" discarded by /OPT:REF Where is this /OPT:REF ? I use MS VC++
Advertisement
Project Properties, Linker, Optimization, References.

Actually this is a good warning, it discards the linking of advapi32.dll since your code does not need any parts of that library. Thus your executable will be smaller.

Fruny: Ftagn! Ia! Ia! std::time_put_byname! Mglui naflftagn std::codecvt eY'ha-nthlei!,char,mbstate_t>

This topic is closed to new replies.

Advertisement