
Signature
Junfeng Zhang
http://weblogs.asp.net/junfeng [English]
http://blog.joycode.com/junfeng [Chinese]
How is this true pre-Whidbey? To understanding, the app will run but in 32
bit mode.
ice
> This is mostly true, except a few things to watch, like P/Invoke, COM
> interop.
>
> You can watch Chris Brown's MSDN TV show about 64 bit CLR and .net framework
> here
http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20030731CLRCB/mani
fest.xml
> Chris also had a slide for 64 bit, and can be found here
> http://www.route64.net/slidedecks/MBuildingPortingDebuggingWhidbey64.ppt
[quoted text clipped - 15 lines]
> >
> > Cheers
Brad Wilson - 17 May 2004 18:55 GMT
> How is this true pre-Whidbey? To understanding, the app will run but in 32
> bit mode.
You're right... they're talking about the 64-bit CLR that will be
released as part of Whidbey. It's available in alpha form today.
--
Brad Wilson
http://www.dotnetdevs.com/
"Jeff Schwartz [MSFT]" - 18 May 2004 00:05 GMT
Pre-Whidbey releases are X86 only, and are not supported on Win64 OSs.
Going forward pre-whidbey assemblies will likely load as WOW processes and
run on the CLR32. If the assembly is recompiled as agnostic using Whidbey
tools it will run as a native 64bit process.
Hope that this clarifys things a bit.
Jeff