Yes, I'm doing batch rebuild (Win32 and x64). I have 2 library files which I placed on the correct path and they are found when I rebuild the project file but now I'm getting an error saying that it "cannot open file 'mfc100u.lib'. It's in C\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\lib" and my library path is:
$(VCInstallDir)lib
$(VCInstallDir)atlmfc\lib
$(WindowsSdkDir)lib
$(FrameworkSDKDir)lib
I'm also getting:
Warning 19 warning LNK4229: invalid directive '/FAILIFMISMATCH:_MSC_VER=1600' encountered; ignored C:\MVS.2010.For.2013\EMD_2013(32-64)\EMD13_Acad\EMD13_Common_Dict(32).lib(_Dict_Last.obj).
---and---
Warning 20 warning LNK4229: invalid directive '/FAILIFMISMATCH:_ITERATOR_DEBUG_LEVEL=0' encountered; ignored C:\MVS.2010.For.2013\EMD_2013(32-64)\EMD13_Acad\EMD13_Common_Dict(32).lib(_Dict_Last.obj)
"EMD13_Common_Dict(32).lib" is my library file when compiling for Win32. I get the same warning with my file for x64 "EMD13_Common_Dict(64).lib"
I think my basic settings for the library files (Win32 Project with "static library", "precompiled headers" and "add common header files for mfc") are correct - they compile without any errors or warnings but I must have something wrong in the settings for the project files.
Finally, I didn't try to migrate from VS2008. I created new projects from VS2010 and just added my .cpp and .h files into them.
Thanks again,
Ed