[MonoDevelop] moving GUI app

Nikola Skoric nskoric at gmail.com
Sun May 15 20:17:06 EDT 2011


Hello,

I have a novice question, and I'm terribly sorry if this is not the
appropriate list (in that case, please, please advise me where to seek
help).

I wrote a nice little GUI app using Stetic and GTK# 2 on Ubuntu. Now
I'd like to compile it on Windows. I tried copy/pasting the whole
solution form Ubuntu to Windows, but that doesn't work because
MonoDevelop on Windows says it can't recognise "using Gtk;". I tried
opening a new GTK project on Windows, and that works. So I suppose I
will have to open a new project on Windows and then move source files
from Ubuntu project to Windows project. The question is: which files?
Which files are relevant, and which are autogenerated? Do I have to
make a new GUI on Windows using Stetic, or can I move existing designs
from Ubuntu?

Thank you in advance,
Nikola

Here are my files:

.:
drwxr-xr-x 4 nick nick 4096 2011-05-16 01:51 SimGUI
-rw-r--r-- 1 nick nick  873 2011-03-02 09:49 SimGUI.sln
-rw-r--r-- 1 nick nick  962 2011-05-16 01:51 SimGUI.userprefs

./SimGUI:
total 64
drwxr-xr-x 4 nick nick  4096 2011-05-16 01:51 .
drwxr-xr-x 4 nick nick  4096 2011-05-16 02:11 ..
-rw-r--r-- 1 nick nick   971 2011-03-02 09:49 AssemblyInfo.cs
drwxr-xr-x 3 nick nick  4096 2011-03-02 09:57 bin
-rw-r--r-- 1 nick nick   805 2011-05-16 01:35 ErlInterface.cs
drwxr-xr-x 2 nick nick  4096 2011-05-16 01:51 gtk-gui
-rw-r--r-- 1 nick nick   216 2011-03-04 07:53 Main.cs
-rw-r--r-- 1 nick nick  2702 2011-05-16 01:49 MainWindow.cs
-rw-r--r-- 1 nick nick  3414 2011-03-09 12:04 SimGUI.csproj
-rw-r--r-- 1 nick nick 18860 2011-05-16 01:51 SimGUI.pidb
-rw-r--r-- 1 nick nick  1180 2011-05-16 01:51 Startup.cs
-rw-r--r-- 1 nick nick  1636 2011-05-16 01:36 Turbine.cs

./SimGUI/gtk-gui:
total 176
drwxr-xr-x 2 nick nick  4096 2011-05-16 01:51 .
drwxr-xr-x 4 nick nick  4096 2011-05-16 01:51 ..
-rw-r--r-- 1 nick nick  1005 2011-05-16 01:49 generated.cs
-rw-r--r-- 1 nick nick 94275 2011-05-16 01:51 gui.stetic
-rw-r--r-- 1 nick nick 30882 2011-05-16 01:49 MainWindow.cs
-rw-r--r-- 1 nick nick 19463 2011-05-16 01:49 SimGUI.Startup.cs
-rw-r--r-- 1 nick nick 12128 2011-05-16 01:49 SimGUI.Turbine.cs

-- 
"Strange women lying in ponds distributing swords is no basis for a
system of government."


More information about the Monodevelop-list mailing list