How to convert a .NET exe to native Win32 exe?

后端 未结 6 2122
广开言路
广开言路 2020-12-18 09:45

How can I convert a .NET exe to Win32 exe? (I don\'t have the code) The purpose is to run the application in Linux using wine. I presume that .NET exe cannot be run in wine

6条回答
  •  失恋的感觉
    2020-12-18 10:05

    Simply not possible. For managed code, you need some kind of VM to run in. In Linux you can use Mono or dotgnu portable.net. Maybe some hyper-advanced version of wine will once be able to run the MS .net framework?

提交回复
热议问题