[MonoDevelop] GTK# Who?

Sergio Hernandez info.geex at gmail.com
Wed Jul 25 20:31:13 EDT 2007


If you select a <GTK# 2.0 Project> Monodevelop should include the following 
references:
gdk-sharp, glade-sharp, glib-sharp, gtk-sharp, pango-sharp and System.
You can confirm this by expanding <Reference> on the the <Solution viewer> 
(usually located at the left of your MD, also you will find the following 
viewers/browsers <File>, <Classes> and <Help>)
Be aware that some times you will need to include manually the references on 
the Debug/Release Configurations of the Project\Options menu. For instance 
when you use the Qyoto libraries (QT binding for C#), you need to include the 
reference for <qt-dotnet.dll> on the Solution viewer (to create a local copy 
of the library on the Debug/Release folders), and manually add 
<-r:qy-dotnet.dll> as parameter to the compiler on:
\Project\Options\Configuration\Debug/Release\Output\Parameters

I strongly suggest you to read "Mono A Developer's Notebook" to understand the 
fundamentals of Mono and "GTK+ / Gnome Application Development" to have an 
idea about the GTK/Gnome arquitecture.


On Wednesday 25 July 2007 18:02:39 Allan Edwards wrote:
> Thanks!  Sorry guys... I am an extremely experience MS .NET dev and I
> just needed to find where you set the project references.  The weird
> part is I still ran into 2 short issues.
>
> 1 - Why was this reference not already selected in the generated app?
> 2 - I had a generated line of code not allow a build (I would paste it
> here but I just told monodev to show all files, I double licked
> generated.cs and it crashed!)
>
> Thanks,
> Allan
>
> Sergio Hernandez wrote:
> > Today 17:44:26
> >
> > Try this:
> >
> > sudo apt-get install mono mono-gmcs mono-gac mono-utils monodevelop
> > monodoc mono-xsp monodoc-http
> >
> > If you are going to develop/host ASP.NET applications you may want to try
> > this:
> > sudo apt-get install mono-xsp mono-xsp2
> >
> > or if you are going to use Apache Server try this;
> > sudo apt-get install mono-apache-server2 libapache2-mod-mono
> >
> > you can install some development manuals:
> > sudo apt-get install monodoc-ipod-manual monodoc-njb-manual
> > monodoc-nunit-manual monodoc-gtk-manual monodoc-gtk2.0-manual
> > monodoc-gecko2.0-manual
> >
> > If some of this packages are already installed, apt will ignore them.
> > Those are the most used dependencies. Probly this will fix your problem.
> >
> > On Wednesday 25 July 2007 17:44:26 Sergio Hernandez wrote:
> >> Today 17:44:26
> >>
> >> Try this:
> >>
> >> sudo apt-get install mono mono-gmcs mono-gac mono-utils monodevelop
> >> monodoc mono-xsp monodoc-http
> >>
> >> If you are going to develop/host ASP.NET applications you may want to
> >> try this: sudo apt-get install mono-xsp mono-xsp2
> >>
> >> or if you are going to use Apache Server try this;
> >> sudo apt-get install mono-apache-server2 libapache2-mod-mono
> >>
> >> you can install some development manuals:
> >> sudo apt-get install monodoc-ipod-manual monodoc-njb-manual
> >> monodoc-nunit-manual monodoc-gtk-manual monodoc-gtk2.0-manual
> >> monodoc-gecko2.0-manual
> >>
> >> If some of this packages are already installed, apt will ignore them.
> >> Those are the most used dependencies. Probly this will fix your problem.
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list




More information about the Monodevelop-list mailing list