Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 1.3.1
-
None
-
Ubuntu 9.10, qt-sdk-linux-x86-opensource-2010.02.bin, amd turion 64, 1gb ddr 400
Description
Im trying to run this code in QtCreator
void Core::Solve(wstring wsEquation)
{
wstring::iterator i = wsEquation.begin();
while(i!=wsEquation.end())Unknown macro: { wcout << *i; i++; }};
compiling it in netbeans runs ok.
but in qtcreator it doesnt prints the wstring and show this kind of messages in the application output:
(Internal error: pc 0x11e1a0 in read in psymtab, but not in symtab.)
Attachments
Issue Links
- relates to
-
QTCREATORBUG-4469 GDB crashes while trying to debug on Simulator
- Closed