简体   繁体   中英

Converting c# code to C++ native code or for x86 Processor

How can i make my C# console application able to run without .Net frame work eg convert it to native c++ code or to some other method so that it will run without .Net frame work.

Edit: or how can i compile c# code as a native c++ code

I wouldn't recommend using tools because there will be complications and it will be hard to test. However if you want to try there are a lot of tools which you are able to find with a simple google search action. For example here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM