Original Post
I want to update VC++ 2003 to the latest version of the Platform SDK, but after I add the \bin, \include, and \lib folders of the Platform SDK to the respective IDE paths (before the older included VC++ ones), I get the following warnings when I try to build the default vc++ Win32 project app (all it does is create a window with a simple menu). The name of my project is "Test". If anyone has had a similar problem, I would be greatful for some help. Of course, when I take the paths out, I don't get these warnings, but I would really like to use the latest Platform SDK. I used the web install of the latest Platform SDK which can be found here: http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en Thanks! Gordon Test : warning PRJ0041 : Cannot find missing dependency 'winwlm.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'rpcerr.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'macname1.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'features.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'config/stl_is.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'mcompile.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'standards.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'standards.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'sys/cdefs.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'CoreSwitches_AC.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'mslGlobals.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found. Test : warning PRJ0041 : Cannot find missing dependency 'sys/feature_tests.h' for file 'Test.rc'. Your project may still build, but may continue to appear out of date until this file is found.