[Mono-devel-list] RE: [Mono-hackers-list] VB Runtime and license
Ben Maurer
webmaster at theratnerschool.org
Mon Mar 31 13:45:00 EST 2003
Have you looked at ms-help://MS.VSCC/MS.MSDNVS/vblr7/html/vafctVal.htm ?
(If you don't have the VSCC installed, that is /Visual Basic and
C#/Reference/Visual Basic Language/Visual Basic Language and Run-time
Reference/Functions.
Sincerely,
Ben Maurer
-----Original Message-----
From: mono-hackers-list-admin at lists.ximian.com
[mailto:mono-hackers-list-admin at lists.ximian.com] On Behalf Of Marco
Ridoni
Sent: Monday, March 31, 2003 1:21 PM
To: mono-hackers-list at ximian.com
Cc: mono-devel-list at lists.ximian.com
Subject: [Mono-hackers-list] VB Runtime and license
Somewhere on the Mono site there is a recommendation about not
decompiling/resourcing a class when reimplementing it for Mono, so one
is
(and rightly so, IMO) supposed to start from scratch, having only the
API and
the .NET SDK as a reference.
Fine. The problem is that Microsoft.VisualBasic, apart from obvious
things
like Date(), Val(), Str(), etc. is completely undocumented (especially
CompilerServices). While it is still easy to understand what methods
like
IntegerType.FromString (String) do, how is one supposed to legally gain
a bit
of knowledge about, e.g. the meaning and usage of methods like
LateBinding.lateIndexGet(), etc? We are at a point where these function
are
starting to be badly needed to improve mBas, so I guess we should try to
find
a solution.
Any suggestion, as usual, is welcome
Marco
_______________________________________________
Mono-hackers-list maillist - Mono-hackers-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-hackers-list
More information about the Mono-devel-list
mailing list