Hi again. To include all of the GTK# libaries in C# compiler, I simply put that to compile:
Code:
mcs -pkg:gtk-sharp-2.0 name.cs
To include the same libaries in Oxygene I have to write this horrible command:
Code:
oxygene -frameworkfolder:{MONOFRAMEWORK} -ref:{MONO}\gtk-sharp-2.0\gtk-sharp.dll -ref:{MONO}\gtk-sharp-2.0\glib-sharp.dll name.pas
And that's for only basic GTK# options. Is there anyway to cut some characters from it? If not - it suck...