Status of VB6/ Best Desktop Application Language with Native Compliation

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 1:33 UTC
Read the original article Hit count: 595

Hi,

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:

     a) 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][1].
     b) .Net platform does not support native compilation. Only very few expensive tools are available which can do the job.
     c) Python is not an option for native compilation. Right?
     d) 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:

     a) It is no more under development since 2003.
     b) There are questions on support of VB6 IDE with Vista.

Thus my questions are:

     a) From the list of programming language options, do you want to add any more?
     b) If VB6 is good/best option, looking at its development status, would you suggest using VB6 in this era?

Regards Sandeep Jindal

© Stack Overflow or respective owner

Related posts about vb6

Related posts about java