No Managed DirectX for 64bit?
That is way too late for those of us looking to release a 64 bit application any time soon!
Is there any update from Microsoft on availability of even a Beta Managed DirectX for the x64?
Thanks
- John
That is way too late for those of us looking to release a 64 bit application any time soon!
Is there any update from Microsoft on availability of even a Beta Managed DirectX for the x64?
Thanks
- John
I havent heard any info about it as well. I have emailed irectx@microsoft.com" href="mailto_3Cimg src="/library/msdn/emoticons/emotion-2.gif" alt="Big Smile" />irectx@microsoft.com">directx@microsoft.com for additional information. Will post it as soon as I heard some information from them.
Regards,
Vikram
The DirectX Team is currently in the planning phase and do not have Thanks,
specific time-lines. But our goal is to have 64-bit version the ships
at the same time as Whidbey or shortly there after.
DirectX
Regards,
Vikram
My code is pretty simple and compiles OK....
using System;
using System.Windows.Forms;
using Microsoft.DirectX;
using Microsoft.DirectX.Direct3D;
namespace WindowsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
Vector3 l_v1 = new Vector3(1, 2, 3);
Vector3 l_v2 = new Vector3(4, 5, 6);
float l_flDot = Vector3.Dot(l_v1, l_v2);
}
}
}
The problem I think is that the Managed DirectX has been compiled using .NET
1.1 for ONLY x86 architecture ( I saw it with ILASM ) ... Must be this
because with x86 version of Windows XP Pro my example works ok....
So no... August 2005 SDK ( released YESTERDAY ) dont support Win64... Hope they port it to x64 soon.....
- JLucak
DirectX x64 Samples are available for C++ so I assume that DirectX is x64 ready.
Will there be a .NET x64 version of DirectX besides WPF?
DirectX x64 Samples are available for C++ so I assume that DirectX is x64 ready.
Will there be a .NET x64 version of DirectX especially a DirectSound implementation?
Sigh...
I'm Still getting the BadImageFormatException with DX SQK Feb 2007... under Vista 64....
Here we go for the "/platform:x86" workaround...again
Are ya kidding ? ![]()