On Sunday 23 November 2008 00:39:35 Christian wrote:
Text text( string _name, string _box, int _x, int _y,
int _w, int _h,
string _shortCut, string _caption );
Copy&paste? :) You need to remove the type names here. This is obviously
intended as a local variable, but to gcc it looks like a function
declaration. It happily compiles it though, until you try to stuff it into
a list in the next line...
Dominic