[MonoDevelop] compile app in win32, made witn monodevelop

Sanford Armstrong sanfordarmstrong at gmail.com
Thu Jul 26 02:11:55 EDT 2007


On 7/25/07, Christian Ortiz <cpalst at gmail.com> wrote:
> Hello
> I did just a gui app (without code) with monodevelop 0.14 using
> GTK-shap 2.10, and i tried to compiled in win32, but i have problems
> because in windows uses GTK-sharp 2.8, ¿did i must wait to mono with
> GTK-sharp 2.10? or ¿can i do something?. Is a very simple gui app,
> just a menu, an entry, a Treeview, some labels and  some buttons.
> Any idea i will apreciate

If you're not using any 2.10-specific features, you should be able to
recompile your code on Windows with no problem.  What compilation
errors are you receiving?

It is true that you cannot compile it with gtk-sharp-2.10 and then
have it run with gtk-sharp-2.8.  If you want it to run on both, you
need to compile it with gtk-sharp-2.8.

Sandy


More information about the Monodevelop-list mailing list