What language/compiler for native running of application in any windows(XP/Vista/7) platform?
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/04/26
7:13 UTC
Read the original article
Hit count: 244
Hi,
I want to develop an application that runs on any windows platform (XP, Vista, 7) but does not require a dependency like .NET Framework or JVM. I have given the other requirements below:
- Runs in any windows platform
- Must have GUI libraries to create windows/primitive controls
I also want the output file size of the application to be minimal (So cannot include .net frameword etc in the exe file)
Any suggestions for this requirement?
© Stack Overflow or respective owner