Managed DX C++.NET applications

  • Thread starter Thread starter Jacky Luk
  • Start date Start date
J

Jacky Luk

Is it possible to develop managed DX C++.NET applications? Is it based on
the common runtime, as I would worry about security issue. I'm more keen on
developing Win32 or MFC applications, is it also possible to develop managed
MFC DX C++.NET applications which is quite a mouthful. Thanks
Jack
 
Jacky said:
Is it possible to develop managed DX C++.NET applications? Is it based on
the common runtime, as I would worry about security issue. I'm more keen on
developing Win32 or MFC applications, is it also possible to develop managed
MFC DX C++.NET applications which is quite a mouthful. Thanks


DirectX 9 is managed.
 
Direct X is not managed. It have a managed API. build as a thin managed VC++
wrapper, but it is unmaged. If you don't use that managed API you don't need
the .Net framework.


--
Un saludo
Rodrigo Corral González [MVP]

FAQ de microsoft.public.es.vc++
http://rcorral.mvps.org
 
Back
Top