Re: memory debugger
- From: Markus Lausser <sgop users sourceforge net>
- To: gtk-app-devel-list gnome org
- Subject: Re: memory debugger
- Date: Thu, 12 Apr 2001 16:36:47 +0200
On Thu, Apr 12, 2001 at 11:32:25AM +0000 Kilobug wrote:
Hi
That's strange: I use efence with GTK without any problem.
Are you sure you don't make anything before gtk_init? No error on the
parameters? (&argc, &argv) ? Are you using a stable version of GTK?
I am using gtk 1.2.8 (stable). my main() looks like this:
int main (int argc, char *argv[])
{
#ifdef ENABLE_NLS
bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR);
textdomain (PACKAGE);
#endif
gtk_set_locale ();
gtk_init (&argc, &argv);
add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps");
add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps");
[....]
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]