winapi - which language can compile independent exe file -


i wonder if can suggest me on language can compile exe file indepdent nsis more powerful. can run on win xp+ without framework (.net / whatever), external dlls accepted.

thanks.

by mentioning "nsis" understand want create self-extracting installer executable. right?

"nsis" seems 1 of powerful ones available if want have more powerful you'll have write installer in regular programming language.

if not interested in installers:

there many programming languages available windows can generate stand-alone executables:

c, c++, pascal, visual basic, ...

(note latest version of visual basic generate .net executables)

the open-source , free variants of programming languages are:

  • c, c++, assembler: gcc (available in different variants: mingw, cygwin, dev-cpp, ...)
  • pascal: freepascal (a variant graphically-oriented "lazarus")

of course can buy professional compiler.

(using c , c++ can create dll libraries.)


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -