Skip to main content
GameDev.net gamedev.net
🔒 Locked

Problem Integrating Platform SDK into VC++ 2003 Standard

Started by alphatrak May 31, 2005 at 8:52 PM 0 replies 2.4k views
Original Post
alphatrak
alphatrak
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.
Lestat3D
Lestat3D
did you set the environment PATH variable for this version of Platform SDK?
The installation creates a program group in start menu. You'll find a link to a .bat file that sets the environment variables required to do so automatically.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.