Include{Help}

Posts 19 of 9 · Page 1 of 1
Include{Help}
I am makeing a menu and have come across what seems to be only one error.

When I posted the error on a different thread someone said "did you include D3D SDK?"

I am used to the "#include" but is that what I use for this or is there a different way, if this is the way what do I put in the ""?

tell me if either of these are right

#include "d3d sdk";
#include "d3dsdk";

Also i not sure if the file is a .h or .lib file.
#include <d3d9.h>
#include <d3dx9.h>
#pragma comment(lib, "d3dx9.lib")

Put those in your File.h Or a header file Or a source file really doesnt matter

But you also got include sdk to your project..
Search in this forum how to add sdk..
if it helps I'm useing your hans and gellins combined base.
Quote Originally Posted by DreadKyller View Post
if it helps I'm useing your hans and gellins combined base.
Ok well just download and include directx sdk..
Omg, how do i include it is what I'm asking, you are telling me to do something without me knowing how... i can;t find anything on the forums about sdk at all...
No need to get moody Just search it on google
Quote Originally Posted by whit View Post
No need to get moody Just search it on google
That is what I did to get my menu to work :] Google! and good luck on including it through properties include lib include ok bye idk if you got that but that was a huge hint bye
I downloaded the software developemenk kit when I first got Visual C++ Studio, I just did not realize that SDK stood for that, if that was explained I would have been good, But I googled a video by microsoft that went through everything, and I found out there, so really only 3 lines, thank you, I think that's all the help I need for this.

Just waiting for combat arms to patch so I can test it
Posts 19 of 9 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?