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?
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.
No. VB.NET can be compiled and run on linux (any .NET code generally can be). VB6 cannot.Originally Posted by Bobalandi
REALBasic is similar to VB and can be compiled for Windows, Mac and 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.
VB6 heavily relies on Windows to run... so that would only be possible if you had a 'fake' OS which ran inside Windows.
(2007, 2008, 2009, 2010, 2011, 2012) . . . . . . . . Hitchhiker's Guide to Getting Help at VBForums
Classic VB FAQs (updated Oct 2010) ...Database Development FAQs/Tutorials (updated May 2011)
(includes fixing common VB errors) .......... (includes fixing common DB related errors, and [Classic VB] ADO tutorial /further steps, and [VB.Net] ADO.Net Tutorial).
Tutorial: How to automate Excel from VB6 (or VB5/VBA) .. SQL 'Select' statement formatter/checker .. Convert colour number to colour name .. FlexGrid: fill from recordset .. FlexGrid: AutoSize columns .. DB Reserved Words checker
Connection strings .. MDAC/Jet/ACE downloads .. SQL Server downloads .. MZTools (free upgrade for the VB6/VBA Editor)
oh...I figured... Thanks
Haikus are easy.
But sometimes they don't make sense.
Refrigerator.
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
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 getand 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:Code:virtualbox
Very good for running any Windows application on Linux (except games I'm guessing)