Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-1462

wcout doesnt work, only in qtcreator, g++ runs fine

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 1.3.1
    • All Other Issues
    • None
    • Ubuntu 9.10, qt-sdk-linux-x86-opensource-2010.02.bin, amd turion 64, 1gb ddr 400

      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.)

        1. error.log
          8 kB
        2. core.cpp
          0.2 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hjk hjk
            ferrazrafael Rafael Louback Ferraz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes