glib String function suggestion

2002-04-25 Thread Campbell, Matthew A
This has nothing to do with GTK as such, but I can't find a more appropriate place to post about glib. Trying to hammer out some code using a bunch of GStrings, I ran across a case where I wanted to concatenate them into a new GString, separated by a delimiter - much like g_strjoin. To my astoni

RE: GLIB Hash Data

2002-04-25 Thread Campbell, Matthew A
> > > > They need to be: > > > > guint HashFunction (gconstpointer key); > > gboolean HashCompare (gconstpointer a, gconstpointer b); > Ahh > > > I was following the example in the book. I see, but isn't gboolean > #DEFINED as an int? There is no BOOL in C. The more important

RE: glib request

2002-04-26 Thread Campbell, Matthew A
Can MinGW even create DLLs? I didn't know gcc could output shared objects in the DLL specification. It'd be really cool if it could... > -Original Message- > From: Jonathan Wilson [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 6:05 AM > To: [EMAIL PROTECTED] > Subject: glib r