J
JFB
Can vb.net application run on linux9?
Tks
JFB
Tks
JFB
Can vb.net application run on linux9?
Tks
JFB
JFB said:Tks for you reply and help....
MONO? what do you mean?
Can you tell me what type of application using vb.net can run in linux 9?
JFB
* "JFB said:Can vb.net application run on linux9?
JFB said:Tks for you reply and help....
MONO? what do you mean?
Can you tell me what type of application using vb.net can run in linux 9?
JFB
JFB,
Not sure what you mean by Linux9, but look into the Mono project. I
don't think it supports VB.NET but it does support C#.
Charlie Smith said:JFB,
Not sure what you mean by Linux9, but look into the Mono project. I
don't think it supports VB.NET but it does support C#.
I assume what he meant by Linux 9 was Redhat Linux 9....
Are that the extras in VB.net that it has it more than C# fromIt in fact does support VB.NET - not as completely as C# yet, but the
compiler does mostly work.
Hi Tom,
I am a little bit curious.
Are that the extras in VB.net that it has it more than C# from
microsoft.visualbasic or are there more things?
Cor
Tom,
I'll change my question, if you leave all things from the
Microsoft.visualbasic namespace out in VB.net, will it than work. (Would be
the first a little bit good reason not to use that in VB.net)
Cor
Cor said:Hi Tom,
I am a little bit curious.
Are that the extras in VB.net that it has it more than C# from
microsoft.visualbasic or are there more things?
Cor
The status of the Mono BASIC compiler is given here :
http://www.go-mono.com/mbas.html
The main missing bits listed are :
- No Functions in Modules
- Can't choose ByRef or ByVal
- For...Next and other statements aren't implemented yet
- No Class Properties
- No "Missing" statement
- No exception handling
- No "VB-Style" event handling (I assume this means the "handles"
keyword)
- No Structures
It seems these are very early days, there's no way a typical VB.Net
project will run at the moment. Note that the Microsoft. VisualBasic
library is a seperate issue as this library can be implemented (and is
being implemented) in C#. The current status of this is here :
http://www.go-mono.com/class-status-Microsoft.VisualBasic.html
Beyond that there a quite a few incomplete libraries, WinForms among
others, that will make it hard to port an average Windows.Net App for
a year or two, as can be seen by the roadmap :
http://www.go-mono.com/mono-roadmap.html