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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • 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

    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

        1. core.cpp
          0.2 kB
        2. error.log
          8 kB

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes