Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hey,

i recently installed .net and the directX sdk on an old computer.

however, im trying to do some unmanaged directx and im having trouble setting it up with vs.net 2002

 

i went to tools -> options >projects >VC++ directories and added C:/DX90SDK (Wehre i installed it)

 

then i wen tto project settings Linker > input and in Additional Dependencies i added:

d3d9.lib d3dx9.lib

 

well now i go back to my program and i just added 1 line:

#include <d3dx9.h>

it gives the following error twice:

fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory

 

fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory

i remember on my old comp i did somethig to fix this but i don't remember it now lol,

 

does anyone know what to do?

 

pent

 

 

 

 

 

 

My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!)

vbprogramming.8k.com

My Project (Need VB.NET Programmers)

http://workspaces.gotdotnet.com/ResolutionRPG

  • 3 years later...
Posted

Hello,

 

I have the same problem. Could you tell me, what can I do, to use d3d9.h header.

I am new in directx, and new in C++. Could you tell me in so many words?

 

fatal error C1083: Cannot open include file: 'd3d9.h': No such file or directory

 

Thank you!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...