[Mono-list] Windows Mono IDE

Brown, Robert rbrown@plls.com
Wed, 1 Sep 2004 14:06:12 -0400


I had installed the newest version of the Gtk# Win32 Installer for
Microsoft.Net Framework and everything seemed to install correctly.  But
when I create a new Glade# project and try to run it I get this error:

An unhandled exception of type 'System.DllNotFoundException' occurred in
gtk-sharp.dll
Additional information: Unable to load Dll (libgtk-win32-2.0-0.dll).

Am I missing something?

Thanks,
-=3DRobert

-----Original Message-----
From: Francisco T. Martinez [mailto:martinf@mfconsulting.com]=20
Sent: Friday, August 20, 2004 6:19 PM
To: mono-list@lists.ximian.com
Cc: Brown, Robert
Subject: Re: [Mono-list] Windows Mono IDE

I will be announcing a new version of the installer that now includes a
new C# project type for Gtk#.  It will be at the same URL as before. =20
That new project type may be a bit more obvious in terms of not hiding
the details of how the different Widgets are created to render your UI.

Even if you do not install the new installer.  Go to the Start menu and
find "Gtk# for Windows" program group.  Look for the sub menu called
Applications and you will see something called glade.  Launch that
application (you could also go to the Start menu, select Run and type
glade followed by pressing Enter) and you will see the GTK+ GUI
designer.  Once Glade is running you can go to its File menu and select
Open and navigate to the location of your *.glade file and load it.

Hope this help

Paco
http://www.mfconsulting.com/blog


Brown, Robert wrote:

> I have gotten it installed and am able to create a Glade# project; but

> I am unable to edit the main window that was created for me.  I am=20
> assuming that the form is the gladesharp1.glade file; but when I open=20
> it in VS.Net 2003 all I see is an XML document.  Do I need a 3rd party

> tool installed to take care of the Glade GUI editing?
> =20
> -=3DRobert
>
> ----------------------------------------------------------------------
> --
> *From:* Francisco T. Martinez [mailto:martinf@mfconsulting.com]
> *Sent:* Friday, August 20, 2004 5:28 AM
> *To:* mono-list@lists.ximian.com
> *Cc:* Sijmen Mulder; Brown, Robert
> *Subject:* Re: [Mono-list] Windows Mono IDE
>
> You want to look at this effort:
>
> http://forge.novell.com/modules/xfmod/project/?gtks-inst4win
>
> This should work very well with Visual Studio .NET 2003.
>
> Don't forget to reboot after running the Win32 Installer and download=20
> and install the help also.
>
> Paco
>
> Sijmen Mulder wrote:
>
>>>Is there and IDE for Mono on the Windows platform?  And is it
>>>   =20
>>>
>>possible to use VS.Net but use the GTK# classes for the GUI instead of

>>the standard windows.forms class?
>>
>>There is no official Mono IDE on the Windows platform, but you might=20
>>want to look at SharpDevelop=20
>>(http://www.icsharpcode.net/opensource/sd), which served as codebase=20
>>for MonoDevelop.
>>
>>And yes, it is possible to use the GTK# classes from Visual Studio=20
>>.NET, but you wouldn't be able to use the forms designer.
>>
>> =20
>>