Which programming languages that can generate self contained windows .exes?

后端 未结 12 2493
既然无缘
既然无缘 2021-02-19 02:09

I want to make an easy to deploy Windows application and was was wondering which programming systems can create totally self contained Windows .exe files?

As a plus, if

12条回答
  •  天涯浪人
    2021-02-19 02:23

    For Windows the following languages are viable:

    • C (MS, gcc)
    • C++ (MS, g++, Digital Mars)
    • D (Digital Mars)
    • Delphi (Embarcadero??? how do you spell that? just trips off the tongue doesn't it?)
    • Fortran (Intel, Salford Software)
    • Visual Basic 6 (MS)
    • Lua (you'll need a special tool to do it, but it is doable)
    • C#, VB.Net, F#, J#, etc (assuming that you don't mind using .Net technology)

提交回复
热议问题