I was excited about the idea to compile C# code to native machine code
downloaded the .NET native
and intalled it. But I can't configure my build to compile to neither x86 nor x64. In fact, no other than "any CPU" arch is available:
Here's the VS about:
Edit: When I came to install, I selected this features:
C:\Windows\assembly\NativeImages_v4.0.30319_32\myProgram\db1496cf0295bbe6a9242d86c0d8e091\myProgram.ni.exe
but I can't run it directly, isn't? if I try, I getThis app can't run on your PC
error message` I suppose that if I run ngen in each *.exe and *.dll and give that generate image files to the user it willn't work, isn't? – Putrescent