Re: Using GTK+ in windows DLL

2009-11-15 Thread Tor Lillqvist
> - Initialize GTK+: what should I use for the arguments of the gtk_init_check; > I do not have a main in the DLL Just pass and empty argument vector then? > - Cleanup GTK+: how to free resources; I cannot exit the application That is not really possible, sorry. There will always be some resour

Using GTK+ in windows DLL

2009-11-15 Thread e. strooisma
My question concerns using GTK+ in a windows DLL. This DLL is actually a VST plugin where GTK+ is used for the GUI. I only need to create a main window with some buttons and other controls. Assuming this is possible I wonder how to do the following: - Initialize GTK+: what should I use for the