Direct X 9.0 SDK probs

Started by
14 comments, last by ownage125 20 years, 6 months ago
Hello everyone i have a problem with my directX SDK or maybe somthing else is wrong but i reinstalled it twice, im using visual C++ .net and when i load the solution by double clicking it in the file for example, billboarding, it loads fine, but when i compile it, it says missing directory or file d3d9.h, d3dx9.h......etc i checked the include folder and these files are clearly there, so whats the problem (note: im very new to C++) i also have the summer 2003 patch
Advertisement
Is the SDK include directory in your include path?

How appropriate. You fight like a cow.

When you installed the new sdk it probably changed the directory that had the headers, at least, that''s what happened on my machine. Check to see that your IDE is looking in the right SDK directory.
how do i go ahead and check that its reading the include path, im a totoal newbie
Wait Nevermind i got that BUT, now its having a problem opening lib files, how do i resolve that problem

i get this error here: LINK : fatal error LNK1104: cannot open file ''d3dx9dt.lib''
You also haven''t added the library directory to your library path.

How appropriate. You fight like a cow.
ok, and how do i go about adding my library path?
STFW

How appropriate. You fight like a cow.
?
STFW

How appropriate. You fight like a cow.

This topic is closed to new replies.

Advertisement