There was a thunderstorm (caused by tornadoes, but that's another story...) that forced me to unplug my comp for a couple of days. When I logged back on, a lot of program reverted back to default options, including Visual Studio 2008 EE. When I tried to run my program (that ran perfectly before the storm), I recieved an error. But I tried compiling and running the sample Dark GDK code and it worked perfectly. So then I checked and synced the options in the the Linker section of both solutions but the results were the same.
Here's the error:
1>LINK : fatal error LNK1104: cannot open file 'dplayx.lib'
And I think the code's a little too much to stuff in a code snippet box, but its nothing special so I'll upload it.