I understand that the best way would to use an installer but since I really would like this to work at school (and they don't allow installers and such) I will have to recompile against an older version.
Now I just want to ask, in VS2008, how do I specify which version to use? currently I'm using:
#pragma comment (lib, "d3d9.lib")
#pragma comment (lib, "d3dx9.lib")
and they do not specify any version. Will I have to reinstall an older version of the SDK? Is that even possible?