PDA

View Full Version : Microsoft Express Beta IDE for Free!


Gump
29-Jun-2004, 22:17
http://lab.msdn.microsoft.com/express/default.aspx

Supernatural
30-Jun-2004, 19:05
http://lab.msdn.microsoft.com/express/default.aspx

Does it support managed dx on Windows XP64?
I need to port my managed dx c# projects on
those damned Opterons. I need some huge memory
addressing space for normal map computations.

pcchen
30-Jun-2004, 20:11
According to the readme files, they (the beta version) don't install on 64 bits Windows.

Chalnoth
30-Jun-2004, 23:16
Does it support managed dx on Windows XP64?
I need to port my managed dx c# projects on
those damned Opterons. I need some huge memory
addressing space for normal map computations.
Do Linux!! :)

Seriously, if you need to some some heavy computation on large data sets, it may be worth your while to have a linux box to do such computation. Then just send the finished data back to the Microsoft box for the DX interface junk.