vo_one Posted June 20, 2006 Posted June 20, 2006 Hi everyone! I have a problem with getting unmanaged pointers to Direct3D Device using DirectX9 for .NET 2.0. When I used DX for .NET 1.1, there was Device.GetObjectByValue(...) method, but it's removed from new version! Please, help me anybody, it's really necessary for me to get an IntPtr to Device! Quote
jo0ls Posted June 20, 2006 Posted June 20, 2006 The Managed DirectX 2.0 stuff is deprecated, it is not going to be released. The work done on it will become part of the XNA framework. Use the older version for now. Quote
vo_one Posted June 20, 2006 Author Posted June 20, 2006 You really think so? But I use .NET 2.0 dll's pretty succesfully... Are you sure that there is no way to get a COM-pointer to D3D Device in DirectX9 for .NET 2.0? Quote
jo0ls Posted June 20, 2006 Posted June 20, 2006 see the readme (or just read it here ) There's no harm using it, and it wil be more like the XNA than the older directX. But very few people are using it, and the documentation is poor, and microsoft don't recommend using it in the msdn forums - they say just wait for the XNA beta. I don't know the answer to the pointer question. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.