Native Windows Application Development Options

后端 未结 24 639
予麋鹿
予麋鹿 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 11:05

    Haskell using ghc

    0 讨论(0)
  • 2021-01-12 11:08

    I think you should give Qt a try. At least, download the file and run the samples, because it ships with a working example of the Notification area feature as you want.

    http://qt-project.org/

    0 讨论(0)
  • 2021-01-12 11:09

    D using D compiler

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

    Pascal with FreePascal compiler

    0 讨论(0)
  • 2021-01-12 11:12

    C/C++ with Borland, if you don't want to be entirely beholden to MS.

    0 讨论(0)
  • 2021-01-12 11:12

    Have a look at this page:

    http://dada.perl.it/shootout/

    It's a port of the computer language shootout to compile on the Win32 platform. In the chart of languages used, he lists which ones compile to native code (the compiler is listed in bold italics). I did notice that he listed C# and Java as compiling to native code, but that of course is incorrect, so make sure you investigate.

    I will list each language separately to allow for individual voting.

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