-
Install the Core SDK from the Microsoft site. The first link under windows server 2003.
-
Download the missing files pack: MIA Pack
-
Follow the directions described in JUCE documentation. Ignore the fact that you are not using the Platform Update. The Microsoft SDK directories will match the docs.
-
place the MissingFiles pack content into your “Microsoft SDK” directory…
Compile, and all should be good (hopefully there won’t be any missing libs later down the line). It worked for me…
NOTE: You can alternatively use the XP-SP2 Platform update, and tell it to install the core sdk, however it doesn’t keep the directory stucture described in the JUCE docs so I wasn’t sure if I was missing anything. The missing files in the pack above are from the XP-SP2 Platform update and the DirectX SDK.
Maybe we can get out of this Dev-C++ hell now…