Steve,
Just got Service Pack 1 installed and the issue is better, but still remains to some extent.
For my Solution, I am provided with several static libraries (no source code provided) and it seems that whenever one of these libraries calls a routine that is contained in a separate project (source code included in Solution), that I need to call in the .lib file for the separate project (i.e. precompiled static libraries cannot link to project libraries that are compiled as part of my solution).
Note that this solution compiles and links under VS 2003/IVF 8 without the need to add in the extra library links to the main project.
Any further ideas?
cje