Results 1 to 6 of 6
Is it possible to get MS Visual Basic programs to work in Linux?
I've tried throwing them at wine, but telling the terminal
Code:
Wine Nibbles.exe
(it's a remake of ...
- 05-16-2005 #1Just Joined!
- Join Date
- Apr 2005
- Location
- London, UK
- Posts
- 40
VB programs in WINE?
Is it possible to get MS Visual Basic programs to work in Linux?
I've tried throwing them at wine, but telling the terminal
(it's a remake of a QBasic program) results in an ouput of:Code:Wine Nibbles.exe
Speaking to my brother (who writes these, and is something of a Windows geek) i've found that Windows relies on a few .dll files to run VB scripts. Would WINE be wanting these, or am i barking up the wrong tree?Code:err:module:LdrInitializeThunk Main exe initialization for L"Z:\\mnt\\removable\\programs\\Nibbles.exe" failed, status c0000135
Cheers people!
- 05-16-2005 #2
The closest thing I could find regarding VB and Linux was Gambas, which isn't a port but more like a re-implementation that claims some compatibility with Microsoft VB code. Is there any particular reason you want to do this? There are easier ways to create GUI applications in Linux (some like GTK will also work in MS Windows).
Registered Linux user #270181
TechieMoe's Tech Rants
- 05-16-2005 #3Just Joined!
- Join Date
- Apr 2005
- Location
- London, UK
- Posts
- 40
There's no real reason i want to do this, i just wondered whether it was possible and/or easy to make them workable here until i learn to write myself, in a linux native language.
I'll have a look at Gambas, thanks.
- 05-25-2005 #4Linux Newbie
- Join Date
- Apr 2005
- Posts
- 235
my best guess is that microsoft has some thing to make sure you cant install their products on linux. lol
- 05-25-2005 #5They don't, AFAIK, but they certainly aren't going to make their products any easier to install on Linux.
Originally Posted by *DEAD*
Registered Linux user #270181
TechieMoe's Tech Rants
- 07-29-2005 #6
Visual Basic Programs in Linux
I have been able to very successfully get Visual Basic programs to work in LInux, but they were all Windows-based, and my own programs. You can download my programs, which do work with wine, at www.timsprogrammingsite.bravehost.com I also used winetools to install wine. If you use the recommended version of wine, you can have some pretty amazing results!


Reply With Quote
