I spent about an hour and finally got my copy of DGDK updated and running. Ran into a few weird problems though. So here's a thread that can be dedicated to help troubleshoot for others having problems.
First and foremost, follow
Lee's guide and the included documentation with the DGDK for installing all the proper components. However, double check the list below.
-Make sure you have the Microsoft .Net framework(2.0 or better) installed.
-Download the latest version of the platform sdk.
-Download the latest version of DGDK from your order history or the website.
When you create a new project:
1.) File/New Project/Win 32 Console Application
Then, select Windows Application and make sure ATL and MFC are not checked.
2.) When you've created your project, you can delete everything if you'd like. However, you must then go back to your project properties and change C-C++/Precompiled Headers/Create-Use Precompiled Headers to
Not Using Precompiled Headers
3.)Go to your project settings and make sure you're compiling your project as a
multi-threaded(/MT) program (Properties/C-C++/CodeGeneration/Runtime Library).
4.) Also, in the projects setting go to linker/input/ignore specific library and add
'atls.lib' if that library cannot be found when you compile your program.
If you get this error at all when right clicking on your project to get to the project options in the solution explorer.
Quote: "Failed to create .NET Frameworks PropertyGrid component.
Please verify that the Common Language Runtime and .NET Frameworks are properly installed""
Download this
ttool.exe. Chances are if you haven't updated in a while like me, you were using a beta version of the Express compiler.
That's it, feel free to add. As for me, I'm going to finally start working on this DGDK and see what projects I can convert over.
A book? I hate book. Book is stupid.
(Formerly Yellow)