64bit
-
Does anybody know if a c# program can run in 64 bit mode on Windows XP 64bit edition or Windows server 2003 64bit. I have some customers that have AMD Athlon 64 and asking me! From Greece: Dimitris Iliopoulos dimilio@yahoo.com
-
Does anybody know if a c# program can run in 64 bit mode on Windows XP 64bit edition or Windows server 2003 64bit. I have some customers that have AMD Athlon 64 and asking me! From Greece: Dimitris Iliopoulos dimilio@yahoo.com
Dimitris Iliopoulos wrote: Does anybody know if a c# program can run in 64 bit mode on Windows XP 64bit edition or Windows server 2003 64bit. I have some customers that have AMD Athlon 64 and asking me! I'll take a stab at this--no, I don't think it will run in 64 bit mode. The JIT compiler doesn't know about 64 bit mode yet, and I don't think the .NET dll's are 64 bit capable either. Of course, it'll still run fine, but in 32 bit mode. Marc Microsoft MVP, Visual C# MyXaml MyXaml Blog
-
Does anybody know if a c# program can run in 64 bit mode on Windows XP 64bit edition or Windows server 2003 64bit. I have some customers that have AMD Athlon 64 and asking me! From Greece: Dimitris Iliopoulos dimilio@yahoo.com
64 bit support won't show up until VS.NET 2005 and the .NET Framework 2.0. Exactly how much support remains to be seen though because not every technology Microsoft has will be 64-bit ready at the time the .NET Framework 2.0 and compilers are released. Your app will run just fine as it is now on a 64-bit system. RageInTheMachine9532 "...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome
-
Does anybody know if a c# program can run in 64 bit mode on Windows XP 64bit edition or Windows server 2003 64bit. I have some customers that have AMD Athlon 64 and asking me! From Greece: Dimitris Iliopoulos dimilio@yahoo.com
Portable .NET supports both AMD64 and IA64 . http://www.southern-storm.com.au/portable_net.html[^] top secret xacc-ide 0.0.1