> -----Original Message----- > From: Joe Mason [mailto:[EMAIL PROTECTED] > Sent: sábado, 29 de diciembre de 2007 16:01 > To: Rolf Bjarne Kvinge > Cc: [email protected] > Subject: Re: [mono-vb] FileSystem methods throw NotImplemented > > Excellent! Anything I can do to help? >
Test it once I'm done :) I'll keep you updated. Rolf > On 12/29/07, Rolf Bjarne Kvinge <[EMAIL PROTECTED]> wrote: > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:mono-vb- > > > [EMAIL PROTECTED] On Behalf Of Joe Mason > > > Sent: sábado, 29 de diciembre de 2007 6:12 > > > To: [email protected] > > > Subject: [mono-vb] FileSystem methods throw NotImplemented > > > > > > I'm trying to run a closed-source VB app in Mono on Linux - I > compiled > > > mono and mono-basic 1.2.6 from source. It's throwing > NotImplemented > > > on FileSystem.FileOpen. MoMA gives the following list of > > > unimplemented methods: > > > > > > void FileSystem.FileOpen(int, string, OpenMode, OpenAccess, > OpenShare, > > > int) > > > string FileSystem.LineInput(int) > > > bool FileSystem.EOF(int) > > > void FileSystem.FileClose(Int32[]) > > > void FileSystem.PrintLine(int, Object[]) > > > > > > This seems pretty basic - there's no way it can be advertised that > "VB > > > is supported" without these being supported - > > > so I assume it's a config problem. Is it possible that it's not > > > loading the VB DLL correctly (which would mean MoMA can't find it > > > either)? It's installed in > > > /usr/local/lib/mono/gac/Microsoft.VisualBasic, which is the same > gac > > > directory as all my other assemblies. > > > > > > > It is correct that these methods aren't implemented, I'm however > working on > > them and will hopefully have an implementation within a few weeks. > > > > Rolf > > > > > Joe > > > _______________________________________________ > > > Mono-vb mailing list > > > [email protected] > > > http://lists.ximian.com/mailman/listinfo/mono-vb > > > > > > > > > -- > > > No virus found in this incoming message. > > > Checked by AVG Free Edition. > > > Version: 7.5.516 / Virus Database: 269.17.11/1201 - Release Date: > > > 28/12/2007 11:51 > > > > > > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.17.11/1201 - Release Date: > 28/12/2007 11:51 _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
