I have a project that links with some .lib files whose path is specified under project/properties/linker/additional library directories. The problem is that when I turn on Whole Program Optimization the linker says it can't find one of the .lib files. If I add the directory under tools/options/projects/vc++ directories/library files then the linker doesn't complain, but I really want to keep directory specifications at least on a project basis and sometimes on a configuration basis. Is this the intended behavior or something that might be fixed in the future?
I'm using 8.0.048 with Visual Studio .Net 2003 Enterprise Developer.
Ron
Library directories for WPO with Visual Studio
For more complete information about compiler optimizations, see our Optimization Notice.


