Question:
Visual Basic 6 Alternative on Linux?
Nasir Iqbal
2007-01-11 23:31:14 UTC
I was VB 6 developer! now we have migrated from windows to open source plateform. I need a developement tool to continue my development work. please help me. I want an Complete IDE like vb 6 in any language but able to designe gui, debugging.
Ten answers:
rob_crowther_uk
2007-01-12 14:48:17 UTC
The environment most similar to VB6 on Linux is Gambas:



http://gambas.sourceforge.net/



Though you might find it more difficult that it's similar but not quite the same syntax. Another project which is more similar to Delphi is Free Pascal with the Lazarus IDE:



http://www.lazarus.freepascal.org/



Free pascal programs can be compiled on both Linux and Windows.
Glen H
2007-01-12 00:56:40 UTC
Real Basic is based on the "basic" syntax but it isn't really anything like VB6. Visual Basic 6 is a component orientated language and hence is platform specific to the components on which it depends. This method of programming is within the COM+ model and is exclusive to Microsoft.



MONO .Net by Novel is the closest thing you will get really but your talking about .Net languages where the syntax is similar enough in fact identical and extended and lacking in COM+ dependencies.



VB .Net is a worthwhile upgrade as its not only free but introduces a new level of sophistication and power. Being able to create VB modules in the VB6 world is also possible and then you could import the DLL or library that you created with VB6 and then import it into your includes within a .Net language such as VB .Net, C# .Net or even C++ .Net and compile it within the Mono environment on Linux.



http://www.mono-project.com



There are two branches of the open source .Net IDE SharpDevelop and as one of them came to an end it's now MonoDevelop for Linux exclusivity. This is based on Mono and if nothing more, quite a good place to start having a look at upgrading your skills from VB6 world as man, being honest thats old hat and .Net blows it's usefulness to pieces, except for that single fact - you know how to program already so it's not like your having to reinvent the wheel.



As for a commercially viable and quite matured IDE which is big with Java people, lends itself to .Net and kicks serious butt - Eclipse is your friend - really a great development environment and so portable that once you are setup and working with it, adding new languages is like child's play.



http://www.eclipse.org/



Bingo! You have a complete open source development environment which is able to do far more than you ever could with Visual Basic 6. Go write some code!
2017-01-16 20:44:23 UTC
Vb6 Alternative
thanoszog
2007-01-12 00:31:05 UTC
Programming for linux is a different story all together!



Try borlands Kylix if you must but I must tell you, you will have to learn a lot of things from scratch in order to be at all proficient!!!



Vb 6 is easy, linux programming (C++ or something else) is not!
2007-01-12 02:00:12 UTC
Try QtDesigner - a C++ IDE with form designer etc.



Welcome to the world of Linux :)
Sonu G
2007-01-12 00:24:04 UTC
Hello there, have you tried looking at RealBasic? It works on Windows, Linux, and Macs. Their homepage is ...



http://www.realbasic.com/
iskai
2007-01-11 23:36:46 UTC
Hello there, have you tried looking at RealBasic? It works on Windows, Linux, and Macs. Their homepage is ...



http://www.realbasic.com/



Hopes this helps!
jkomets
2007-01-11 23:33:37 UTC
C++
2007-01-12 00:44:58 UTC
try c, or c++

y did u switch to linux?
Viru
2007-01-12 01:38:34 UTC
Go for visual studio.net(VS.NET)


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...