Search code examples
windowsuser-interfaceprogramming-languages

Languages to generate single-EXE Windows apps?


I was wondering what tools there are out there to generate single-EXE Windows apps, ie. with all the libraries compiled into a single EXE, without any dependencies whatsoever.

I know these:

  • Delphi
  • PowerBasic and other non-OO compilers like FirstBasic, etc.
  • RealBasic
  • C/C++

Do you of other tools?

Thank you.


Solution

  • Visual C++ 6. Windows ships with MFC or you can just write to the Win32 API.