I created a test program using c++/cli under safe mode (i.e., entirely managed code) with beta 2 (8.0.50110.28) using the flags cl /clr safe /Ox. The compiler is generating msil code, but it seems that it only runs in 32-bit mode - can't find a way to get an "anycpu" executable like C# allows.
Is there a magic chant that I don't know about Or is this not available under C++/CLI
karel

c++/cli for anycpu
Jaffi
Thanks,
Kang Su Gatlin
Visual C++ Program Manager
BorbaTheGeek
Could you send repro to me at kanggatl <<<at>>> microsoft.com
Thanks,
Kang Su Gatlin
Visual C++ Program Manager
JuanSa
Thanks,
Kang Su Gatlin
Visual C++ Program Manager