What programming language should I use to create small, native Windows Applications?

Posted by Xinxua on Stack Overflow See other posts from Stack Overflow or by Xinxua
Published on 2010-04-26T07:01:44Z Indexed on 2010/05/02 2:17 UTC
Read the original article Hit count: 297

I want to develop an application that runs on any Windows platform (Windows XP, Vista, or Windows 7) but does not require a dependency like the .NET Framework or JVM. I have given the other requirements below:

  1. Runs in any windows platform
  2. Must have GUI libraries to create windows/primitive controls

The output .exe should also be very small, which negates the use of the .NET Framework.

Any suggestions for this requirement?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about programming-languages