[Error]d3dx9.h Come .

Posts 1–10 of 10 · Page 1 of 1
[Error]d3dx9.h Come .
Always I'm trying to build a CombatArms menu hack I have that error : [php]1>------ Build started: Project: CaBase, Configuration: Release Win32 ------
1> Base.cpp
1>c:\documents and settings\***\my documents\visual studio 2010\projects\cabase\cabase\Files.h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
1> DirectX.cpp
1>c:\documents and settings\***\my documents\visual studio 2010\projects\cabase\cabase\Files.h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
1> Menu.cpp
1>c:\documents and settings\***\my documents\visual studio 2010\projects\cabase\cabase\Files.h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
1> Misc.cpp
1>c:\documents and settings\***\my documents\visual studio 2010\projects\cabase\cabase\Files.h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
[/php]

Hope someone here can help me Thanks .
Newer compilers don't take [php]#include <blahblah.h>[/php] they just take [php]#include <blahblah>[/php]

just drop out the .h
Quote Originally Posted by Kallisti Version 2.0 View Post
Newer compilers don't take [php]#include <blahblah.h>[/php] they just take [php]#include <blahblah>[/php]

just drop out the .h
Lol fail ... Droped the .h and nothing happen , the same. and the other guys, I'm only using Gellins Base what's the problem ??? o_O
Quote Originally Posted by o-o View Post
Lol fail ... Droped the .h and nothing happen , the same. and the other guys, I'm only using Gellins Base what's the problem ??? o_O
Calling me a fail when you don't know how to and files to your include add lib folder?
Quote Originally Posted by o-o View Post
Lol fail ... Droped the .h and nothing happen , the same. and the other guys, I'm only using Gellins Base what's the problem ??? o_O
Trying to compile someone else's work without any knowledge of the language is the problem.
Stop Using Bases.
Stop Pasting.

Buy a Book or an e-Book ; Else, You won't go Anywhere.
Include d3dx9 in your directory. and add the libraries to you Additional Dependencies. Also this is anti-copy paste forum, not-help-me-solve-my-error-cuz-I-dunno-how-to-use-a-compiler forum.
What Melodia and Why06 said.

~lock~
Yeah include the SDK. And then learn C++ / D3D.
Forgot to lock xD
/fail
Posts 1–10 of 10 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?