[Gtk-sharp-list] Integrating GTK# classes/namespaces into MS Visual Studio .NET

Ben Maurer bmaurer@users.sourceforge.net
Mon, 19 Apr 2004 23:52:13 -0400


On Mon, 2004-04-19 at 23:42, richard_staff@bankone.com wrote:
> Ben,
>      What is an "asssembly reference"?
In VS.NET you add a reference to an assembly by right clicking on the
references folder or something. If you add gtk# you should be fine.

> 1.) Is Cygwin required for mono/gtk# to actually work on Win 2K?
You should be able to run gtk# on the MS.NET runtime. There are some
packages created for this.
> 3.) Should I just stick with MS's C# and the MS Visual Studio
> .NET for learning, and avoid mono like a disease?  ;-)
Well, Visual Studio.NET is a very good way to start off with the .NET
technologies. However, there is no reason you cant use gtk# at the same
time.

-- Ben