I'm kinna new to game programming but no C++. I am currently using Dev-Cpp (the latest build) and DirectX. I downloaded the SDK from microsoft.com and using the libraries I got there. I am linking against d3d9.lib and d3dx9.lib, everything is defined and everything compiles fine untill ld.exe crashes. Then I get about 1000 error messages that say " .drectve `/DEFAULTLIB:"uuid.lib" /DEFAULTLIB:"uuid.lib" ' unrecognized " and " [Linker error] undefined reference to `??3@YAXPAX@Z' ".
Does anyone have any clue on how to resolve this problem?