6
Answers

Directx 9

Photo of oldman78

oldman78

19y
2.9k
1
hi i'm using Directx 9 SDK with visual studio 2002 to learn games programming,i got an exception: an unhandelt exception "system.io.filenotfoundexception" additional information: file or assembly name microsoft.directx.direct3d, or one of its dependencies , was not found. i use visual studio 2002 , dotnet framework 1.0, winxp and the directx 9 april(2005) update sdk is installed too. please i need help

Answers (6)

0
Photo of oldman78
NA 7 0 19y
i tested the c++ included tutorials with the sdk, and it run normally. what the problem with c#.
0
Photo of mibuyt
NA 512 0 19y
I use vs.net 2002 a while ago... seriously i am not that sure whether the new directx sdk can works with vs.net 2002... but i know it is working entirely fine on vs.net 2003 and .net framework 1.1 integrated to it... Probably you can choose other alternatives to code DirectX. Or you can purchase at least vs.net 2003 professional or wait for the vs 2005 to be released later this year. Cheers.
0
Photo of oldman78
NA 7 0 19y
yes i write a direct3d application, and it can't be compile? do you think i must have vs 2003 ???? is there any way to use vs 2002 to learn games programming ??
0
Photo of mibuyt
NA 512 0 19y
Hi, You use .net framework 1.1 with vs.net 2002? As far as i know, vs.net 2002 --> .net framework 1.0 vs.net 2003 --> .net framework 1.1 and... An unhandled exception of type 'Microsoft.DirectX.Direct3D.InvalidCallException' occurred in microsoft.directx.direct3d.dll Additional information: Error in the application. --> Do you mean you write a simple direct3d application, and it can't compile? That is the error you get? Cheers.
0
Photo of oldman78
NA 7 0 19y
now i downloaded .net framework 1.1, and the exception changed to :- An unhandled exception of type 'Microsoft.DirectX.Direct3D.InvalidCallException' occurred in microsoft.directx.direct3d.dll Additional information: Error in the application.
0
Photo of mibuyt
NA 512 0 19y
Hi, I think you need vs.net 2003 and .net 1.1 to use managed Directx 9... well i can be wrong... Can you look at the directx9 sdk requirements? Cheers.
Next Recommended Forum