Game Development Community

Compiling New project

by Shugar Ree · in General Game Discussion · 06/19/2003 (1:39 am) · 2 replies

I started a new project of my own but i am having trouble compiling it. The compiler can't find the header files in the directory \Include\D3D\ . Error msg says cannot find dx7util.h.

Recompiling the Getting_Started project in the new workspace also doesn't work.

I have included all the paths to \Include \Source and \Lib directories in the IDE.

Please help!!!

About the author

Recent Threads

  • Collision Detection

  • #1
    06/19/2003 (2:20 am)
    You also need to specify Include\D3D and Lib\D3D in the relevant paths.
    #2
    06/19/2003 (5:48 am)
    Thanks alot Tom