Quote:
Originally Posted by refraction
With the DX SDK etc its a bit of a pain, cos it doesnt do it all for you, all it does is install the files. when its installed, open VS, go to Tools->Options (i think thats right) then down to Projects and Solutions -> C++ Directories. you then have to go to the includes dropdown and add the "include" directory under the directx sdk folder, then do the same thing for the libraries. It should all then work.
Some open source programs can be a bit of a pain (ala GSDX) and require a lot of fiddling due to peoples different setups, so you may need to be a little patient 
|
Yeah that's what I did last time I tried to set up the DX SDK, but Visual C++ Express still complained and spat errors out at me.
I'll give it a go again and see if I can get it to work, and you are right it is a pain since it's one of the main reasons that made me give up before.
I'll probably start out small with hello world type programs and move to more complicated stuff.