Status of VB6/ Best Desktop Application Language with Native Compilation
Posted
by Sandeep Jindal
on Stack Overflow
See other posts from Stack Overflow
or by Sandeep Jindal
Published on 2010-04-04T01:28:14Z
Indexed on
2010/04/04
2:33 UTC
Read the original article
Hit count: 613
I was looking for a Desktop Application Programming Language with one of the biggest constraint: - “I need to output as native executable”.
I explored multiple options:
- Java is not a very good option for desktop programming, but still you can use it. But Java to Exe is a problem. Only GCJ and Excelsior-Jet provides this.
- .Net platform does not support native compilation. Only very few expensive tools are available which can do the job.
- Python is not an option for native compilation. Right?
- VB6 is the option I am left with.
From the above list, if I am correct, VB6 is the only and probably the best option I have. But VB6 itself has issues like:
- It is no more under development since
- There are questions on support of VB6 IDE with Vista
Thus my questions are:
- From the list of programming language options, do you want to add any more?
- If VB6 is good/best option, looking at its development status, would you suggest using VB6 in this era?
© Stack Overflow or respective owner