ok, I haven't tested this yet, but it should work. it's definitely finding string, otherwise it would have complained about it, so you don't need to add Barrys file anywhere.
you need to have this just after the includes: using namespace std; Either that or change references to string etc to std::string I'll change it in cvs tonight once I test it. Regards, Daniel On 11 Jan 2002 at 8:35, Barry Drake sent forth the message: > Hi ....... > > On 11 Jan 2002 at 2:03, Franklin Bratcher wrote: > > Everything goes fine till this point, anyone have a clue how to deal with > > this? this is Mandrake 8.1 with the latest GCC. > > function `void addEntry(EntriesBlock*)': testblocks.cpp:8: `string' > > undeclared (first use this function) > > I do remember 'string' being a bit hard to find. It's a header called > 'string' (not 'string.h') that should be in the GCC headers and wasn't in > the release I had. I can't remember where I found it - I've attached it. > Hope it hasn't changed since the rather old one I have. > > Regards, > > Barry _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
