Does This Project Work ?

Abudahim

Freshman
Joined
Jan 25, 2004
Messages
34
realy I don't know wether this project work or not .
I run this project on my computer but it doesn't work < why? I don't know .
i installed the Directx SDK . BUT THE PROBLEM IN THE SAME APPLICATION >
please try it and tell me what happened
thank you very much
 

Attachments

Last edited by a moderator:
thank you very much Mr NK2000 .
Does this mean that the problem from my adapter.

and I have attached the Exception message.
 

Attachments

do you get this error while executing or while compilering?

but it looks like you dont got the right version of DirectX
use Windows Start -> Run and execute "dxdiag" there you should the version normally it should be 9.0b

D3DErr_InvalidCall doesnt seem to be a .net error, it really looks for a DirectX/Direct3D problem

just try reinstalling the DirectX
 
the error is during the executing .
and for all projects which use Direct 3d it display the same error .
exactly on the device definition .

and I have reinstalled the DX SDK 9 but no effect .

Is it from the Adapter ?
 
try to execute a SDK sample if you get same error then check if you got .net 1.1, directX 9.0b and newest driver for your graphics card
 
Try running dbmon as well to see what the exact error is. It often gives extra error info that you won't get from the managed code. dbmon is an executable that you run (comes with the DX SDK) before you run your project in Visual Studio. It detects all calls made to directx and can show you extra error info.

-Nerseus
 
Mr Nerseus, Sorry I'm beginner in this topics . can you tell me how to run and use this program . please hurry cuz I'm going to buy new adapter today if it doesn't work .
thank you
 
Back
Top