How to write a cross-platform program?

前端 未结 15 2000
遇见更好的自我
遇见更好的自我 2020-12-29 10:28

Greetings,

I want to write a small cross-platform utility program with GUI in it. What language/GUI-library should I stick to? Is it possible whatsoever?

Thi

15条回答
  •  甜味超标
    2020-12-29 11:12

    How about Python using Qt or Wx and then using PythonToExe to make a 'distributable'

    Thought will have to giving to the development to ensure that no native functionality is used (i.e. registry etc.) Also things like line breaks in text files will have different escape characters so will need to be handled

提交回复
热议问题