Visual C# .NET Deluxe Learning Ed.

G

Guest

i am a c++ programmer and i wanted to learn directx but am lazy and think
directx in c++ is too much work.
i started learning with SharpDevelop + vc# 2005 beta and fell in love with
C# syntax
i then ran out and buy me Visual C# .NET Deluxe Learning Ed.(vc# std).
(comes with a good book)
i remove SharpDevelop + vc# 2005 beta + directx sdk
installed Visual C# .NET Deluxe Learning Ed. + directx sdk(update Oct. 2004)
and now am in flames.
i cant even create a Device.
i always catch an Exception when i run the app
even the samples
so i installed back SharpDevelop and i dont have a problem.
could some one tell me that i did something wrong and how to fix it
please thanks
 
M

MuZZy

Andy2005 said:
i am a c++ programmer and i wanted to learn directx but am lazy and think
directx in c++ is too much work.
i started learning with SharpDevelop + vc# 2005 beta and fell in love with
C# syntax
i then ran out and buy me Visual C# .NET Deluxe Learning Ed.(vc# std).
(comes with a good book)
i remove SharpDevelop + vc# 2005 beta + directx sdk
installed Visual C# .NET Deluxe Learning Ed. + directx sdk(update Oct. 2004)
and now am in flames.
i cant even create a Device.
i always catch an Exception when i run the app
even the samples
so i installed back SharpDevelop and i dont have a problem.
could some one tell me that i did something wrong and how to fix it
please thanks


When you install VC# 2005 beta, it is using .NET Framework 2.0 beta,
which may still have bugs and/or be not fully compatible with existing
managed DirectX libs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top