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:
- Runs in any windows platform
- 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?
EDIT 1 : I would like to see any official msdn document which says .NET 2.0 comes preloaded on XP SP2. There are some answers that say this, but I am unable to find any such documentation on the internet. Thanks for this.