Results 1 to 7 of 7

Thread: [RESOLVED] VB6 Linux

  1. #1
    Hyperactive Member
    Join Date
    Jul 07
    Location
     
    Posts
    453

    Resolved [RESOLVED] VB6 Linux

    I know this is stupid, cause linux is coded in either c++ or assembly, but is is posssible that there is a vb6 version of linux?
    Haikus are easy.
    But sometimes they don't make sense.
    Refrigerator.

  2. #2
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 01
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: VB6 Linux

    Quote Originally Posted by Bobalandi
    I know this is stupid, cause linux is coded in either c++ or assembly, but is is posssible that there is a vb6 version of linux?
    No. VB.NET can be compiled and run on linux (any .NET code generally can be). VB6 cannot.

    REALBasic is similar to VB and can be compiled for Windows, Mac and Linux.
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  3. #3
    Hyperactive Member
    Join Date
    Jul 07
    Location
     
    Posts
    453

    Re: VB6 Linux

    Even stupider one... Is there a version of linux like ubuntu, etc. made with vb6? Is it even possible?
    Haikus are easy.
    But sometimes they don't make sense.
    Refrigerator.

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 02
    Location
    Bristol, UK
    Posts
    35,560

    Re: VB6 Linux

    VB6 heavily relies on Windows to run... so that would only be possible if you had a 'fake' OS which ran inside Windows.

  5. #5
    Hyperactive Member
    Join Date
    Jul 07
    Location
     
    Posts
    453

    Re: VB6 Linux

    oh...I figured... Thanks
    Haikus are easy.
    But sometimes they don't make sense.
    Refrigerator.

  6. #6
    New Member
    Join Date
    Oct 07
    Posts
    9

    Re: [RESOLVED] VB6 Linux

    did anybody try to compile code from vb6 on wine? i am an linux user for years and i did never see any code compiling on windows and not on wine, but i dont know enought of visual basic to try it myself...

    buechse

  7. #7
    Fanatic Member
    Join Date
    Feb 06
    Location
    Here, there, and everywhere
    Posts
    523

    Re: [RESOLVED] VB6 Linux

    I have ran VB6 from Wine in the past. And let me tell you, it is not pretty!

    You're better off getting virtualisation software. If you use your package manager to get
    Code:
    virtualbox
    and then install Windows on that, once you install the Guest Addons (pipsqueak easy), then you can do this thing where the Windows OS integrates into the Linux desktop:



    Very good for running any Windows application on Linux (except games I'm guessing )

Posting Permissions

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