Re: gtk-- & lists
- From: Havoc Pennington <hp redhat com>
- To: Arun Thomas <at4a virginia edu>
- Cc: gtk-app-devel-list gnome org, gtk-list gnome org
- Subject: Re: gtk-- & lists
- Date: 06 Aug 2000 23:00:58 -0400
Arun Thomas <at4a@virginia.edu> writes:
> Sorry for sending this to the gtk list, but the gtk-- folks don''t
> have a mailing list for gtk-- app developers.
> I am writing an app in Gtk--. I create a list in this app (
> list<string> gl; ). When I do this, I get a "list undeclared (first use
> of this function)" error. Here are the files I include:
>
> #include <iostream>
> #include <string>
> #include <gtk--/button.h>
> #include <gtk--/box.h>
> #include <gtk--/main.h>
> #include <gtk--/window.h>
> #include <gtk--/list.h>
> #include <gtk--/combo.h>
>
>
Try #include <list>, if that doesn't work then cut-and-paste the
entire function where you create the list so we can see it.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]