problem with include

hello guy's I'm new here and i need some help.
my c++ programing is borland c++ version 5.02.
my problem is with include.
my program not reconnaissance this include
window.h
d3d9.h
d3dx9.h
d3dx9math.h
can somebody help me to reconnaissance this include to borland c++.
Last edited on
What u wanna do with this window.h?
i need it to create a window,form,button and etc
my program doesn't have window.h.
U need a graphic program?
i think so
this include is in the help index
and i can't use it on my program.
anyone can help me to find this ( window.h, d3d9.h, d3dx9.h, d3dx9math.h )

tanks for your future help
closed account (zb0S216C)
borland c++ version 5.02

Considering that my knowledge on Borland IDEs is limited at best, I would say that the structure of the installation directory isn't the same as the more commonly used IDEs such as Code::Blocks, Visual C++, and Visual Studio.

My suggestion to you would be to consult your IDEs documentation. That's a more likely source to find the information you need.
closed account (zwA4jE8b)
you need to include the path to the directX sdk include and lib folders. They are not in you borland default include folder
closed account (zwA4jE8b)
on mine it is

C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x64
C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86

C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include

you need to set up your project to look in those folders for the include and lib

Your compiler doesn't have that stuff because it is too old. You are trying to use a DOS compiler on a Windows platform, to do Windows programming.

Why don't you upgrade to one of the free compilers I have already suggested to you?
http://www.cplusplus.com/forum/general/43818/#msg237155

You will also get a lot more help if you stop spamming with random stuff that you can easily find answers to online.
tanks

I'm sorry Duoas i need just some help for my program

what compiler do you suggest?
Last edited on
Topic archived. No new replies allowed.