Results 1 to 10 of 10

Thread: Visual Basic on linux?

  1. #1
    Join Date
    Apr 2008
    Beans
    76
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Visual Basic on linux?

    We are learning visual basic in my school (yeah I know its an old language, I'm just learning =P) and we are using visual studio, which i think is a windows only thing. Is there any way that i can code in basic under Linux? it doesn't matter if the projects can compile under windows, i just have to be able to practice from my house, and i don't want to use my windows partition because i am enjoying Linux. (i got it yesterday =D) I just need a language that has the same syntax as visual basic.

  2. #2
    Join Date
    Apr 2007
    Beans
    14,781

    Re: Visual Basic on linux?

    Quote Originally Posted by PFSpectrum View Post
    We are learning visual basic in my school (yeah I know its an old language, I'm just learning =P) and we are using visual studio, which i think is a windows only thing. Is there any way that i can code in basic under Linux? it doesn't matter if the projects can compile under windows, i just have to be able to practice from my house, and i don't want to use my windows partition because i am enjoying Linux. (i got it yesterday =D) I just need a language that has the same syntax as visual basic.
    You can write code anywhere, however, even if you can use Visual Basic under Linux, you are best using what the class uses.

    For practice, you can use: http://www.mono-project.com/VisualBasic.NET_support

  3. #3
    Join Date
    Mar 2007
    Beans
    172

    Re: Visual Basic on linux?

    For Linux, there is Gambas: http://gambas.sourceforge.net/

    It is similar to basic I believe.

    However, it is nothing like a managed language like visual basic that uses .NET. But the basic language is all the same, so you may find it useful.

  4. #4
    Join Date
    Apr 2007
    Beans
    14,781

    Re: Visual Basic on linux?

    Quote Originally Posted by PandaGoat View Post
    However, it is nothing like a managed language like visual basic that uses .NET. But the basic language is all the same, so you may find it useful.
    Did you see the above link?

  5. #5
    Join Date
    Mar 2007
    Beans
    172

    Re: Visual Basic on linux?

    Quote Originally Posted by LaRoza View Post
    Did you see the above link?
    Did you read the OP's post?

    I posted a native language that is similar to basic. The syntax will be similar to visual basic to the best of my knowledge--which is what he asked for. However, I pointed out it is nothing like a managed language.

    What is the point of me recognizing your post in mine anyway? Did I not contribute anything? Woops.

    To not contribute more: after a quick google search I found this: http://vb.wikia.com/wiki/Running_Vis...r_Ubuntu_Linux. There are a few other things, but you should do your own google search.
    Last edited by PandaGoat; October 2nd, 2008 at 03:42 AM.

  6. #6
    Join Date
    Aug 2008
    Location
    Brunei & Australia
    Beans
    24
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Visual Basic on linux?

    Try Mono Develop.

    You can write VB.NET and run it on Linux. Mono Develop is the IDE for mono.

    If your class is using Visual Studio you may find it easier to use what they are using. There seem to be some small differences where code might not port as you think. I've used it to run C# code written for Windows on Linux... But now I usually write most stuff in C++ and compile it for both platforms.

    - Over

  7. #7
    Join Date
    Sep 2006
    Beans
    2,914

    Re: Visual Basic on linux?

    Quote Originally Posted by PFSpectrum View Post
    We are learning visual basic in my school (yeah I know its an old language, I'm just learning =P) and we are using visual studio, which i think is a windows only thing. Is there any way that i can code in basic under Linux? it doesn't matter if the projects can compile under windows, i just have to be able to practice from my house, and i don't want to use my windows partition because i am enjoying Linux. (i got it yesterday =D) I just need a language that has the same syntax as visual basic.
    you can use oobasic. download the sdk here. Then from Openoffice calc, go to Help and see the Macros/Programming section.

  8. #8
    Join Date
    Apr 2007
    Location
    (X,Y,Z) = (0,0,0)
    Beans
    3,715

    Re: Visual Basic on linux?

    Quote Originally Posted by ghostdog74 View Post
    you can use oobasic. download the sdk here. Then from Openoffice calc, go to Help and see the Macros/Programming section.
    I don't know any oobasic, but usually, Macro BASIC dialects are very crippled... because they're meant to be for macros. But anyway, looking at it won't hurt.

  9. #9
    Join Date
    Sep 2007
    Location
    Miami, FL
    Beans
    143

    Re: Visual Basic on linux?

    no longer participating in ubuntuforums.org
    Last edited by MarkieB; April 16th, 2012 at 01:33 AM.

  10. #10
    Join Date
    Oct 2006
    Location
    /dev/null
    Beans
    1,574
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Visual Basic on linux?

    mono-basic, which includes the vbnc VB.NET compiler, will be in Jaunty - and is in my PPA.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •