all groups > dotnet clr > march 2007 >
You're in the

dotnet clr

group:

Jit 64bit


Jit 64bit VBAdev
3/26/2007 6:38:37 AM
dotnet clr: Hi all,
my team developed an application that partly is .net and uses a
win32 dll that we don't want to port to 64 bit.
We compiled the .net part of the application telling the compiler to
output x86 code.
The application doesn't seem to work well anyway since some external
assembly doesn't work like expected on WIN2003 x64. I think this
external assembly are jitted to 64bit. Can we force the jit of all
the
program to x86 code?
TIA
Marco
Re: Jit 64bit Willy Denoyette [MVP]
3/26/2007 4:25:55 PM
[quoted text, click to view]



When compiling the managed code using the /platform:x86 switch, you are effectively forcing
the CLR to use JIT32 at runtime.

Willy.
AddThis Social Bookmark Button