Microsoft visual basic 6 in mono

View: New views
4 Messages — Rating Filter:   Alert me  

Microsoft visual basic 6 in mono

by Fab67 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hallo,

I have an old project of about 10 years ago (that was written using microsoft visual studio 6)
in visual basic .

I need to use the above project in linux, so I would to know if I can compile this project (in linux)
using MONO:

can you help me?

Thank you.


Regards.

 

Re: Microsoft visual basic 6 in mono

by Rolf Bjarne Kvinge-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

There is no way to compile nor run VB6 applications with mono.

If you really have to run the application on Linux I guess your only choice
is to use Wine (http://www.winehq.org/)
 
Rolf

> -----Original Message-----
> From: mono-vb-bounces@... [mailto:mono-vb-
> bounces@...] On Behalf Of Fab67
> Sent: viernes, 11 de julio de 2008 10:58
> To: mono-vb@...
> Subject: [mono-vb] Microsoft visual basic 6 in mono
>
>
> Hallo,
>
> I have an old project of about 10 years ago (that was written using
> microsoft visual studio 6)
> in visual basic .
>
> I need to use the above project in linux, so I would to know if I can
> compile this project (in linux)
> using MONO:
>
> can you help me?
>
> Thank you.
>
> Regards.
>
>
> --
> View this message in context: http://www.nabble.com/Microsoft-visual-
> basic-6-in-mono-tp18399532p18399532.html
> Sent from the Mono - VB mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-vb mailing list
> Mono-vb@...
> http://lists.ximian.com/mailman/listinfo/mono-vb
>
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com
> Version: 8.0.138 / Virus Database: 270.4.7/1546 - Release Date:
> 11/07/2008 6:47
>
>
>
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com
> Version: 8.0.138 / Virus Database: 270.4.7/1546 - Release Date:
> 11/07/2008 6:47

_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Re: Microsoft visual basic 6 in mono

by Kornél Pál :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Visual Basic 6.0 is not using the .NET Framework at all. If you want to
compile a VB6 project you have to use Microsoft Visual Basic 6.0 that
will result in a native Windows .exe file. As Rolf said Wine is able to
run Windows executables on Linux.

Another solution can be to convert the VB6 source code to Visual Basic
.NET that will be able to run on Linux using Mono if you don't use
Windows API, native DLL or OCX files. Note that Microsoft Visual Studio
.NET and later contains a conversion assistant but you most likely will
have to modify the code by hand to be able to compile and run the
converted code.

Kornél

Fab67 wrote:

> Hallo,
>
> I have an old project of about 10 years ago (that was written using
> microsoft visual studio 6)
> in visual basic .
>
> I need to use the above project in linux, so I would to know if I can
> compile this project (in linux)
> using MONO:
>
> can you help me?
>
> Thank you.
>
> Regards.
>
>  
_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Re: Microsoft visual basic 6 in mono

by Bernd Noetscher :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I would try another BASIC language available for Linux. There are several others available.
Why don't give it a try, e.g. KBasic on www.kbasic.com ?

Kind regards,
Bernd