Posts Tagged ‘gtk’
If you want to start developing GTK+ applications with MinGW, but don’t know where to begin, here’s a simple tutorial.
Get MinGW and MSYS. Install MinGW first, followed by MSYS.
When MSYS asks about continuing post-install, say yes. When it asks for MinGW, say yes, and provide the install directory.
Get the GTK+ bundle. Extract it into your [...]
Filed under: Uncategorized | 7 Comments
Tags: c, gcc, gtk, makefile, mingw, msys
GTK# Hello World with Mono
03Mar08
Here’s a simple tutorial that will show you how to run a Mono GTK-Sharp application under both Mono and the .NET framework. The general documentation leaves some parts out, so here’s a concise guide to getting that first application ready. This tutorial was written using Mono 1.2.6 with Gtk# 1.0/2.10 and .NET framework 1.0/1.1/2.0.
Get Mono, [...]
Filed under: Uncategorized | 4 Comments
Tags: csharp, gac, gacutil, gtk, mono