Wndows 7 Help!...

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
VcDeveloper
Posts: 7
Joined: Mon Jul 05, 2010 12:21 am

Wndows 7 Help!...

Post by VcDeveloper »

Just installed and don't have nor plans to install D3D8 and need to know how to use D3D9.

So far the only complie error I'm getting is:
"Cannot open include file: 'd3d8.h': No such file or directory"

Do I have to install D3D8?
Coding is like a box of chocolates!...
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

There should be a config option in IrrCompileConfig or something of the like, that lets you turn off compilation of d3d8
VcDeveloper
Posts: 7
Joined: Mon Jul 05, 2010 12:21 am

Post by VcDeveloper »

I'm running the 1.7.1 under VS 2008 v9 and so far I can not find any switches or config files that will allow me to turn of the D3D8 compile.

Can anyone show me exactly where this switch is? Anyone running Win7 and VS 2008 v9?
Coding is like a box of chocolates!...
DtD
Posts: 264
Joined: Mon Aug 11, 2008 7:05 am
Location: Kansas
Contact:

Post by DtD »

Line 120 of IrrCompileConfig.h
VcDeveloper
Posts: 7
Joined: Mon Jul 05, 2010 12:21 am

Post by VcDeveloper »

Hey thanks, that did it! I appreciate your help!
Coding is like a box of chocolates!...
Post Reply