Discussion:
DirectX 9.0c Feb. 2005
(too old to reply)
NL
2008-07-22 22:24:27 UTC
Permalink
Hi,

I need to edit a program written in c#, using Visual Studio 2003 and
DirectX 9.0c Feb. 2005 SDK.

I no longer have Visual Studio 2003, only 2005 on my new laptop. Is
that SDK version compatible with Visual Studio 2005?


I opened the project in 2005 and it doesn't seem to want to run,
cryptic errors as follows:
Microsoft.DirectX.Direct3D.dll!
Microsoft.DirectX.Direct3D.Device.raise_DeviceLost(object i1,
System.EventArgs i2) + 0x24 bytes

Not sure if that error has to do with my laptop or whether it's an
incompatibility issue with the SDK.

Thanks,
Norvin
jonny
2008-07-25 13:38:43 UTC
Permalink
my understanding is you are getting an device lost event, right?

if I am correct, you may take a look at the DirectX samples in the
SDK, the DeviceLost event is expected to be handled by the application
developer.
Post by NL
Hi,
I need to edit a program written in c#, using Visual Studio 2003 and
DirectX 9.0c Feb. 2005 SDK.
I no longer have Visual Studio 2003, only 2005 on my new laptop. Is
that SDK version compatible with Visual Studio 2005?
I opened the project in 2005 and it doesn't seem to want to run,
Microsoft.DirectX.Direct3D.dll!
Microsoft.DirectX.Direct3D.Device.raise_DeviceLost(object i1,
System.EventArgs i2) + 0x24 bytes
Not sure if that error has to do with my laptop or whether it's an
incompatibility issue with the SDK.
Thanks,
Norvin
Loading...