If you were developing shareware softwares for windows, would you target the .Net Framework or use n
Posted
by bohoo
on Stack Overflow
See other posts from Stack Overflow
or by bohoo
Published on 2010-03-09T07:21:31Z
Indexed on
2010/03/09
7:36 UTC
Read the original article
Hit count: 279
For the sake of the question, by 'shareware' I mean a software which is relatively small in size (up to few dozens of mb) and available for download and evaluation through a web site.
I'm asking this question, because I don't understand something regarding the current state of windows commercial desktop development. It seems to me that:
There is no reliable statistic regarding the extent of windows systems with .Net Framework installed.
It makes no sense to force the end user to install the 20-60mb .Net for an application which may be smaller.
Applications conforms to the term 'shareware' above have a big share on the win os market. Much of them don't need the capabilities of low level languages like c++, and therefore ideally they should be developed with a RAD enviroment.
So, One would suppose there will be a blossom of RAD enviroments for native win code. But I know about only one - Delphi, and Delphi is so unpopular.
How is that?
© Stack Overflow or respective owner