I tried many things to fix this problem, but nothing works. Everything is alright with VS 2010 settings, DirectX Include and library folders are added, libraries that i use in project are also added. I dont know what to do, please help me
Wohoo thanks man :D I really apreciate your help, i was trying to fix this from 2-3 days :D thanks! :handsdown:Quote:
you declared the include AND the lib folders of your directx sdk in your project properties?
take the x86 lib folder of the sdk!
even if you got x64 windows, you still compile a 32bit application if you dont declare to msvs that youre doing a 64 bit app.
(dont forget to declare it for Debug & for Release version, or you may got some unexpected errors if you compile as Release version)