Yesterday I wrote a smal Prog. in Delphi-Code and Compiled it (in Windows) with the Borland Delphi .Net Compiler (preview) and the I run it in Linux with mono! IT Works!!! That�s nice!!! :-)
Mit freundlichem Gru� B e n j a m i n W i r t z ___________________________________________________ Benjamin Wirtz [EMAIL PROTECTED] An der Kapelle 13 41844 Wegberg fon: +49 (2161) 583836 mob: +49 179 6820845 -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Scott Blomfield Gesendet: Freitag, 6. Dezember 2002 15:10 An: Mono List Cc: Andrs Olivares; 'Jonathan Pryor' Betreff: RE: [Mono-list] Tips on using MONO (please answer) As far as I know, MonoBasic is not under active development now. This situation may change in the future. -----Original Message----- From: Jonathan Pryor [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 7:19 AM To: Andrs Olivares Cc: Mono List Subject: Re: [Mono-list] Tips on using MONO (please answer) These questions have been answered before. The short answer is Yes. Yes, you can use VB.NET. Yes, you can run the EXE/DLL generated by VB.NET under Mono. No, you don't need to recompile your programs for Mono. But... The above is only true if the libraries (assemblies) you depend upon already exist under Mono. For example, Mono 0.16 doesn't have Microsoft.VisualBasic.dll, so if your app uses it, it won't run properly. CVS has a partial implementation of the DLL in the works, but I have no idea how complete it is. Ditto for any other assemblies. Several of the assemblies are in an incomplete state, so your code may or may not work without changes. Mono-Basic is an implementation of VB.NET for Mono. AFAIK, it's nowhere near complete, and I have no idea when it will be. hth, - Jon On Fri, 2002-12-06 at 00:30, Andrs Olivares wrote: > Hi: > > My name is Andy and I want to know if I can write programs > in VB.NET and use (or run) them in linux using the files > from the MONO project. > If it is possible, can you tell me how to do that? > > Need I to re-compile my programs to use them with MONO? or > can I compile using VS.NET and run my programs in linux > directly with MONO? > > What is MONO-Basic? Is an implementation of VB.NET for the > MONO project? How can I make programs using MONO-Basic? Is > there a compiler for that language? How can I get it? > > I know you have a lot of work to do, but please answer me > soon. I really need to know about that. > > Andy > [EMAIL PROTECTED] > > PD: Please forgive me for my bad english! I'm not from USA > or another english speaking country. ;-) > > > > > > > _________________________________________________________________ > > Tutopia - Acceso a Internet r�pido, f�cil y a los mejores precios. > http://www.tutopia.com > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
