How does porting between Linux and Windows work?

后端 未结 8 1677
庸人自扰
庸人自扰 2021-01-05 05:14

If a particular piece of software is made to be run on one platform and the programmer/company/whatever wants to port it to the other, what exactly is done? I mean, do they

8条回答
  •  甜味超标
    2021-01-05 05:48

    Under Mono, you can write a C# Winforms program that works on both platforms. But to make that possible, the Mono team had to write their own Winforms library that essentially duplicates all of the functions of Winforms. So there is still no free lunch.

提交回复
热议问题