[Glade-users] please give me a hand?

greg.kurzawa.b@bayer.com greg.kurzawa.b@bayer.com
Sat, 10 Mar 2001 11:42:00 -0500


Alex,
I use lots of strcat and strcpy commands in glade generated code.
If you prefer using those to the Glib API stuff, make sure you have the proper
include in your callback.c file.

#include <strings.h>

Greg