Omnimaga

General Discussion => Technology and Development => Computer Usage and Setup Help => Topic started by: Hot_Dog on December 18, 2010, 04:07:40 pm

Title: How to Use Mono
Post by: Hot_Dog on December 18, 2010, 04:07:40 pm
The Mono website does not do a good job of explaining how I can use Mono to run a VB.net application on Macintosh and Linux.  Can anyone enlighten me?
Title: Re: How to Use Mono
Post by: calcforth on December 18, 2010, 04:27:29 pm
The Mono website does not do a good job of explaining how I can use Mono to run a VB.net application on Macintosh and Linux.  Can anyone enlighten me?
I never used Visual Basic so it's hard for me to see what's wrong <a href="http://www.mono-project.com/VisualBasic">with explanation</a>. Perhaps you can explain what you tried to do and what happened?
Title: Re: How to Use Mono
Post by: Hot_Dog on December 18, 2010, 04:42:15 pm
The Mono website does not do a good job of explaining how I can use Mono to run a VB.net application on Macintosh and Linux.  Can anyone enlighten me?
I never used Visual Basic so it's hard for me to see what's wrong <a href="http://www.mono-project.com/VisualBasic">with explanation</a>. Perhaps you can explain what you tried to do and what happened?

I've never used Mono before, so I don't even know how to start.
Title: Re: How to Use Mono
Post by: Juju on December 18, 2010, 05:14:34 pm
Depends what OS you have and what executable you have.

Generally, you have to install the complete installation of Mono, it should give an executable called mono, you only have to run it with that executable, in command line with Terminal or something like that you have to type "mono yourprogram.exe", in GUI, you just have to double-click your visual Basic application and run it with mono.

It's always a good idea to start it in command line so you can see what's going on if it fails.