How to write a cross-platform program?

前端 未结 15 2004
遇见更好的自我
遇见更好的自我 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条回答
  •  梦毁少年i
    2020-12-29 11:08

    Try RealBasic. Visual Basic-like syntax, targets Win32, OS X and Linux. I don't know any details about targetting Linux, but for any cross-platform development I've done between Win32 and OS X its been a dream.

    http://www.realbasic.com

    Edit: Generates native executables. There is a small cost - $100.

提交回复
热议问题