Discussion:
Managed DirectX samples no longer in SDK?
(too old to reply)
----
2008-10-14 08:58:08 UTC
Permalink
The Aug 2008 SDK does not install any managed samples. I did a search
through the entire folder tree... nothing matching *.cs. Why? Is
there now a separate add-on to the SDK?
legalize+ (Richard [Microsoft Direct3D MVP])
2008-10-15 02:23:20 UTC
Permalink
[Please do not mail me a copy of your followup]
Post by ----
The Aug 2008 SDK does not install any managed samples.
I don't think the SDK has installed managed samples for quite some time.
Managed DirectX, as an API, is deprecated and has been removed from the
SDK. If you need to talk to DirectX through a managed API, I recommend
SlimDX or the XNA Framework. The former is an open source thin wrapper
around the DirectX APIs, similar in philosophy to Managed DirectX. The
latter is an API targeting game creation. You can use it for more than
games, but its core use case is gaming.
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://www.xmission.com/~legalize/book/download/index.html>

Legalize Adulthood! <http://blogs.xmission.com/legalize/>
--
2008-10-16 04:40:12 UTC
Permalink
Post by legalize+ (Richard [Microsoft Direct3D MVP])
[Please do not mail me a copy of your followup]
Post by ----
The Aug 2008 SDK does not install any managed samples.
I don't think the SDK has installed managed samples for quite some time.
Managed DirectX, as an API, is deprecated and has been removed from the
SDK. If you need to talk to DirectX through a managed API, I recommend
SlimDX or the XNA Framework. The former is an open source thin wrapper
around the DirectX APIs, similar in philosophy to Managed DirectX. The
latter is an API targeting game creation. You can use it for more than
games, but its core use case is gaming.
Thanks for your reply, Richard. The managed samples were there in
2007 (the last SDK that I had loaded).

I'm surprised to hear that they're deprecated. Why? There are many
places where C# works fine with DirectX. And it seems like sort of a
tacit admission that C#/managed code is not fast enough for realtime.
Armin Zingler
2008-10-16 11:34:15 UTC
Permalink
Post by --
I'm surprised to hear that they're deprecated. Why? There are many
places where C# works fine with DirectX. And it seems like sort of a
tacit admission that C#/managed code is not fast enough for realtime.
As it's been discussed here pretty often in the past years, also with
Richard, I only provide a link:
http://groups.google.de/group/microsoft.public.win32.programmer.directx.managed/search?q=deprecated&start=0&scoring=d&


Armin
legalize+ (Richard [Microsoft Direct3D MVP])
2008-10-16 20:02:35 UTC
Permalink
[Please do not mail me a copy of your followup]
Post by --
I'm surprised to hear that they're deprecated. Why?
You'll have to ask Microsoft. Knowing why doesn't change the fact that
it is deprecated. You still have to deal with it.
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://www.xmission.com/~legalize/book/download/index.html>

Legalize Adulthood! <http://blogs.xmission.com/legalize/>
Loading...