[SlimDX]Visual C#,Visual Basic.Net must use SlimDX?

Started by
1 comment, last by LosBrutalos 14 years ago
If I want to use DirectX in my Visual C# or Visual Basic.Net project, I must use SlimDX? Is SilmDX is the one choice?(exclude XNA). Can I just load the DirectX's dll and directly use the functions and classes in DLL? Can Visual Basic.Net use XNA to render? How to achieve this goal?(by dll)
akira32 編程之家 Yahoohttp://tw.myblog.yahoo.com/akira32-akira32
Advertisement
Yes, you need to use SlimDX or XNA. You could technically use MDX, but you should not since it is no longer supported by Microsoft.

You can't use the native DirectX DLLs because they're native, and C# and VB are managed languages. You need an interop layer, which is what SlimDX provides.
To this issue all is just said above - i prefer and recommend SlimDX -
Have a look on MS-history to MDX:
VS 2003 - MDX - Full interegration with MSDN and all you wish or want, syntax highlighter für shader , etc pp.... rly nice - so far.
VS 2005 - MS pretend to work on MDX 2.0 - what does we get? a bunch of sh...
No syntax highligthing for shader any more - no integrated help.
To this time MDX was obviously dead.
Now MS has something overcharged called XNA ....
... i dont wanna have a technology or api which change every few years.
What about next 1-2 years ? We may get something like directx12 ....

Another new api ?
no - thank you :D

*Los Brutalos*(Sorry for my brutal english ;)

This topic is closed to new replies.

Advertisement