Question:
What do I need to program Visual Basic on Ubuntu?
TBRMInsanity
2010-03-15 08:53:28 UTC
I'm wondering what programs I need to compile VB code on Ubuntu (9.10). Do I use Mono or is there a Eclipse plugin for VB?

Side questions:
How hard is it to take code compiled on Linux and re-compile them on Windows?
Should I really be looking to dual boot my machine and do VB programming from the Windows partition?
If I have to use Windows do do VB programming, is there a cheaper alternative to Microsoft Visual Studios?
Seven answers:
?
2010-03-22 00:59:57 UTC
If you just want to port your vb app to linux then you can use MONO

http://www.theregister.co.uk/2007/02/21/visual_basic_mono_linux/



Learn more here



http://www.mono-project.com/VisualBasic.NET_support
peteams
2010-03-15 11:48:29 UTC
I believe the current VisualBASIC compilers run as native Windows applications, so you will need to use Wine or something to launch them. The compiled code is .NET so Mono will run the target code under Ubuntu.



Code compiled on Linux probably won't run on Windows without instantiating a virtual machine or recompiling. Windows actually more closely follows the Unix standards than Linux!



VisualBASIC is best developed using Visual Studio. The Express version of this is free from Microsoft. Dual booting, or hosting one of your operating systems in a virtual box on the other, would be the way to go for me. (Personally I'd host Linux within Windows, but then I view Linux as an appliance operating system not a desktop system.)
deonejuan
2010-03-15 09:36:02 UTC
I get 1,000,000+ hits on a google

visual studio ubuntu

including some youtube stuff



FYI, VB doesn't need IDE for development. VB code is faster with Notepad, but so many seek the security blanket the Microsoft Visual Studio seems to offer.



And yes, you need to recompile for the platform runs. I've seen VB desktop apps that had the action buttons hidden off the monitor screen. No way out except to crash.
njTurtle
2010-03-15 09:03:41 UTC
If you are talking about VB.NET, then mono should work. I'm not sure about any linux interfaces for legacy VB.



Visual Studio Express Edition is free, and is capable for most development. It's also licensed for commercial, home, educational use - just doesn't have all of the enterprise stuff in it (source control, which you can get free from OSS solutions like Subversion).



Anyway, I've been building apps for my company for a while now in express without any issues.
snetsinger
2016-11-29 04:45:59 UTC
at the beginning you have a false impression. maximum homestead windows purposes will run on a Linux field using WINE. I improve VB.internet pc linked purposes. see you later as i will objective .internet Framework 3.0 once I assemble my code, Linux clientele can and do run my courses on their machines. i wish that WINE will quickly grant help for .internet 3.5 and .internet 4.0 besides. as far as Fortran is going, does all people even use that any greater? i will't remember the final activity beginning up I observed for a Fortran coder outdoors of a few place like possibly NASA.
Lav
2010-03-16 08:08:25 UTC
I think if we install both linux(ubuntu) and windows i.e dual boot we can program vb.net on ubuntu..
2010-03-18 07:28:48 UTC
Get VirtualBox and install a windows OS on it.

http://www.virtualbox.org/


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