Native Windows Application Development Options

后端 未结 24 636
予麋鹿
予麋鹿 2021-01-12 10:42

Long winded title, short question:

If one wants to develop for Windows but not have to rely on any external dependency (no runtime, thus ruling out .net), what suppo

相关标签:
24条回答
  • 2021-01-12 10:45

    Vala (compiles to ANSI C)

    0 讨论(0)
  • 2021-01-12 10:45

    Awk using awka*

    (*note: awka interprets awk, and generates ANSI C, which can be compiled to native code with any C compiler).

    0 讨论(0)
  • 2021-01-12 10:46

    MASM32 ( http://masm32.com/ ) if you can live with the licensing agreement.

    0 讨论(0)
  • 2021-01-12 10:47

    Prolog using Visual Prolog

    0 讨论(0)
  • 2021-01-12 10:48

    Mercury using the Mercury compiler (compiles to ANSI C, which can then be compiled to native code)

    0 讨论(0)
  • 2021-01-12 10:49

    Have a look at this -

    http://www.codegear.com/products/delphi

    Glynn

    0 讨论(0)
提交回复
热议问题