Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    C++ Standard Librarys not found in Qt IDE

    Installation and Deployment
    6
    13
    5019
    Loading More Posts
    • 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
      Charlie_Hdz last edited by

      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 Reply Quote 0
      • K
        koahnig last edited by

        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 Reply Quote 0
        • C
          Charlie_Hdz last edited by

          How can i do it?

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

          1 Reply Last reply Reply Quote 0
          • S
            sandy.martel last edited by

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

            1 Reply Last reply Reply Quote 0
            • A
              alok9871 last edited by

              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 Reply Quote 0
              • C
                Charlie_Hdz last edited by

                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 Reply Quote 0
                • S
                  sandy.martel last edited by

                  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 Reply Quote 0
                  • C
                    Charlie_Hdz last edited by

                    !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 Reply Quote 0
                    • SGaist
                      SGaist Lifetime Qt Champion last edited by

                      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 Reply Quote 0
                      • C
                        Charlie_Hdz last edited by

                        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 Reply Quote 0
                        • C
                          Charlie_Hdz last edited by

                          !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 Reply Quote 0
                          • JKSH
                            JKSH Moderators last edited by

                            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 Reply Quote 0
                            • C
                              Charlie_Hdz last edited by

                              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 Reply Quote 0
                              • First post
                                Last post