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. Joe _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
