Dev-C++ & Tuts

Started by
1 comment, last by Zero_Infinity 22 years, 7 months ago
I''ve been having problems loading the Tuts & with Direct X in general. If U could assist ME, when I compile Tut1 the following compiler errors appear: 2 main.cpp C:\DEV-C_~1\INCLUDE\d3d8.h:133: d3d8types.h: No such file or directory 134 c:\dev-c_~1\include\d3d8.h d3d8caps.h: No such file or directory I''ve linked w/ the Library & have the proper includes in their folders. Does anyone know of any further steps?
Advertisement
quote:Original post by Zero_Infinity
I''ve been having problems loading the Tuts & with Direct X in general. If U could assist ME, when I compile Tut1 the following compiler errors appear:

2 main.cpp
C:\DEV-C_~1\INCLUDE\d3d8.h:133: d3d8types.h: No such file or directory

134 c:\dev-c_~1\include\d3d8.h
d3d8caps.h: No such file or directory

I''ve linked w/ the Library & have the proper includes in their folders. Does anyone know of any further steps?


Copy all your directX *.h file to the c:\dev-c_~1\include folder and try it, it should work fine afterwards...



"And that''s the bottom line cause I said so!"

Cyberdrek
Headhunter Soft
A division of DLC Multimedia

Resist Windows XP''s Invasive Production Activation Technology!

"gitty up" -- Kramer
[Cyberdrek | ]
Yes! That was exactly it. But, Dys error pops up when i compile it:

183 main.cpp
warning: converting NULL to non-pointer type
NeXe1 compiled successfully

Which in turn leads to an error message that reads Nexe.exe linked to missing export D3D8.DLL.

Then when I close the box (after 3 clicks) An unknown error box pops up.

The D3D8.DLL is in C:\Windows\System folder... Do U know what''s going on?

This topic is closed to new replies.

Advertisement