[Mono-devel-list] Mono on Windows HOWTO
Rafael Teixeira
monoman at gmail.com
Mon Oct 25 12:15:42 EDT 2004
inline
On Mon, 25 Oct 2004 10:11:39 -0400, Brian Rose <lists at brianrose.net> wrote:
> I tried installing the GTK library with the Win32 installer from
> http://gtk-sharp.sourceforge.net/index.html . I still get the same error.
> How do I find out which assemblies are installed and where they are?
My GTK# assemblies are in
C:\Program Files\Common Files\GTK\2.2\lib\gtk-sharp
So should yours be...
This command should work:
mcs -lib:"C:\Program Files\Common Files\GTK\2.2\lib\gtk-sharp"
-r:gtk-sharp -r:System.Drawing gui.cs
> I assume that I can use the -lib:PATH to add the library path on the
> command line, but how do I find out where this installer put the assembly?
> Is it a .dll a .lib?
All library assemblies are .dll files in the .NET/Mono world.
--
Rafael "Monoman" Teixeira
---------------------------------------
Just the 'crazy' me in a sane world, or would it be the reverse? I dunno...
More information about the Mono-devel-list
mailing list