Am Donnerstag, 8. September 2005 17:16 schrieb Tom Bruno <[EMAIL PROTECTED]>: > Adrian Schroeter wrote: > Q3Support is there because i use Q3Table, if you were to want to > using a qt3 sting, it would be Q3String. If such a thing exists.
Hi Tom, as the assistant says, there is no such thing "Q3String", but there is a "Q3CString". in qstring.h: inline std::string toStdString() const; Maybe you have to declare the Namespace? Or try to decrease the optimisation level (omit -O2). But I thing this is a topic that's better dicussed on a trolltech qt mailing list. I think is's related to gcc 4.0.2 and qt4 and not to SL 10. -- mdc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
