[Mono-devel-list] mbas and Microsoft.VisualBaisc namespace
Jambunathan K
kjambunathan.devel at gmail.com
Sun Feb 20 06:23:59 EST 2005
Dennis
> 2) It is also my understanding that when Mbas is good enough to compile
> it, we want to convert the Mono version to basic as well.
I think for now all that's needed for mono's MSVB is this:
http://www.gnomebangalore.org/?q=blog/593.
More love for MSVB would mean less love for mbas unless of course
someone is volunteering some effort on this side.
> If we plan on converting in the future, I could add these to a coding
> conventions file for MSVB.
Are you offering to convert Mono's MSVB from C# to VB.NET ;-)
Obviously you are intersted.
Regards,
Jambunathan K.
On Sun, 20 Feb 2005 01:14:40 -0800 (PST), Dennis Hayes
<denisraytek at yahoo.com> wrote:
>
>
>
>
>
>
> 1) It is my understanding that the Microsoft version of
> Microsoft.Visual.Basic is written in VB, not in C#.
>
> 2) It is also my understanding that when Mbas is good enough to compile
> it, we want to convert the Mono version to basic as well.
>
> Am I correct?
>
>
>
> I have been given a commercial tool for converting C# to VB or VB to C# for
> testing using open source projects.
>
> I have already converted the NPlot C# demo to VB.NET.
>
>
>
> I have run the MSVB code through the conveter, and have found two C#isms
> that should be modified if we plan on converting to C# in the future. (I
> expect to find more).
>
> For instance:
>
> MySub(myVal += 2)
>
> Needs to be changed to
>
> myVal = myVal + 2
>
> MySub(myVal)
>
>
>
>
>
>
> I could also point out areas of mbas that need improvement before it can
> compile MSVB.
>
>
>
> Comments, suggestions?
>
>
>
> Also, anyone know of any open source code that could benifit by being
> converted frm cs to vb or vb to cs?
>
>
>
>
>
> Dennis
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
More information about the Mono-devel-list
mailing list