[Mono-devel-list] Mono in Windows

Jonathan Pryor jonpryor at vt.edu
Wed Oct 20 18:51:20 EDT 2004


On Wed, 2004-10-20 at 17:57, Pablo Gil wrote:
> I don't have any specific error. The problem is that I've made a Linux
> app that I want to port to Windows and I have no idea of what I have to
> do to make it.

Creating an app on Linux and executing it on windows isn't a "problem". 
It's a task, a desire, something to do.  You've created the app, so try
running it on Windows.  Does it work?  If not, *then* you have a
problem, which you can report to us.  With actual error information.

Depending on circumstances, you should be able to just copy the app to
Windows and execute it.  Period.

An Exceptions is Gtk#, which needs a Gtk# installation for Windows:

	http://forge.novell.com/modules/xfmod/project/?gtks-inst4win

Another exception would be any Unix-specific code, such as use of
Mono.Posix.

You should start with just copying the app to Windows and try executing
it, then work on any execution errors you find.

 - Jon





More information about the Mono-devel-list mailing list