Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. C++ Standard Librarys not found in Qt IDE
QtWS25 Last Chance

C++ Standard Librarys not found in Qt IDE

Scheduled Pinned Locked Moved Installation and Deployment
13 Posts 6 Posters 5.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Charlie_Hdz
    wrote on last edited by
    #1

    Hi , i trying to use <iostream> in the Qt IDE into a empty project and then when i wanna run the program the compiler cant find the library...

    Any help over there?

    Kind Regards,
    Enrique Hernandez
    gearstech.com.mx
    chernandez@gearstech.com.mx

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      Did you install a compiler and set it up in qt creator?

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Charlie_Hdz
        wrote on last edited by
        #3

        How can i do it?

        Kind Regards,
        Enrique Hernandez
        gearstech.com.mx
        chernandez@gearstech.com.mx

        1 Reply Last reply
        0
        • S Offline
          S Offline
          sandy.martel
          wrote on last edited by
          #4

          Not much details...
          What platform? What's the exact error?

          1 Reply Last reply
          0
          • A Offline
            A Offline
            alok9871
            wrote on last edited by
            #5

            Go to Tools->Options and check your kit. It should list you the compiler you are using. If it doesnt, you probably don't have it installed or it is not listed on the environment variable.

            1 Reply Last reply
            0
            • C Offline
              C Offline
              Charlie_Hdz
              wrote on last edited by
              #6

              is posible work with C++ standard libraries in Qt?

              Like <iostream> , <stdio> ...

              Or i must use Qt libraries like QString?

              Im new about Qt

              Kind Regards,
              Enrique Hernandez
              gearstech.com.mx
              chernandez@gearstech.com.mx

              1 Reply Last reply
              0
              • S Offline
                S Offline
                sandy.martel
                wrote on last edited by
                #7

                If you cannot use the standard libraries, you most likely cannot use Qt as well since Qt defines methods such as:

                std::wstring QString::toStdWString(), etc

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  Charlie_Hdz
                  wrote on last edited by
                  #8

                  !http://i1344.photobucket.com/albums/p656/Charlie_Hdz/Qt_zps49423419.png(http://i1344.photobucket.com/albums/p656/Charlie_Hdz/Qt_zps49423419.png)!

                  Kind Regards,
                  Enrique Hernandez
                  gearstech.com.mx
                  chernandez@gearstech.com.mx

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    Hi,

                    Since you installed Qt for MSVC2012, do you have Visual Studio 2012 installed ?

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    0
                    • C Offline
                      C Offline
                      Charlie_Hdz
                      wrote on last edited by
                      #10

                      bq. Hi,Since you installed Qt for MSVC2012, do you have Visual Studio 2012 installed ?

                      Yes i have installed it and the Qt IDE detect automatically the compiler,Thank you all very much.

                      Now, my problem is the debugger...I tried use the Windows SDK (with Windows debug tools) for windows 7 but i cant finish the install (it receive a error).

                      I tried too with Windows Software Development Kit (SDK) for Windows 8 but dont work.

                      if you have a solution in mind please send a mesage.

                      Kind Regards,
                      Enrique Hernandez
                      gearstech.com.mx
                      chernandez@gearstech.com.mx

                      1 Reply Last reply
                      0
                      • C Offline
                        C Offline
                        Charlie_Hdz
                        wrote on last edited by
                        #11

                        !http://i1344.photobucket.com/albums/p656/Charlie_Hdz/oo_zps14e6a3df.jpg(http://i1344.photobucket.com/albums/p656/Charlie_Hdz/oo_zps14e6a3df.jpg)!

                        Kind Regards,
                        Enrique Hernandez
                        gearstech.com.mx
                        chernandez@gearstech.com.mx

                        1 Reply Last reply
                        0
                        • JKSHJ Offline
                          JKSHJ Offline
                          JKSH
                          Moderators
                          wrote on last edited by
                          #12

                          Hi Charlie_Hdz,

                          The bit you highlighted points you to a log (ConfigDetails.htm). Read that log to see what went wrong. Copy+Paste the error message into your search engine -- it's very likely that others have encountered the same issue, and found a solution.

                          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                          1 Reply Last reply
                          0
                          • C Offline
                            C Offline
                            Charlie_Hdz
                            wrote on last edited by
                            #13

                            Hi JKSH

                            I resolved the problem, the only thing i did is move into Ubuntu and now i'm working very well with Qt.

                            Thank you everyone.

                            Kind Regards,
                            Enrique Hernandez
                            gearstech.com.mx
                            chernandez@gearstech.com.mx

                            1 Reply Last reply
                            0

                            • Login

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • Users
                            • Groups
                            • Search
                            • Get Qt Extensions
                            • Unsolved