Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB6 App On Linux 3

Status
Not open for further replies.

Swi

Programmer
Feb 4, 2002
1,975
US
Do VB6 applications run fine on Linux? I know VB.NET apps do. Thanks.

Swi
 
You might be able to use them with the WINE Windows emulator. If I remember correctly, Mono is what runs .NET executables in a Linus environment.

Lee
 
>I know VB.NET apps do

Erm - they do if you have Mono. Otherwise they do not (as far as I know).

There is no comparable platform for Linux to enable VB6 apps to run (WINE is something somewhat different)
 
I haven't worked with Linux in about 9 years, and didn't do much with it before then. I'd heard something about WINE running Windows programs, but hadn't looked into it in detail.

Lee
 
I have written a few VB6 programs myself and recently switched to linux (Xubuntu). If you install Wine and copy the msvbvm60.dll to a place where the executable can find it, your program should run, if it does not have other dependencies, off course. But those can be solved by copying the appropriate DLLs as well, or by running the installer if you created one.
 
Thank you all for the information.

Swi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top