Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt creator on 64 bit Windows xp, 7, vista

Qt creator on 64 bit Windows xp, 7, vista

Scheduled Pinned Locked Moved Qt Creator and other tools
7 Posts 2 Posters 5.5k Views 1 Watching
  • 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.
  • B Offline
    B Offline
    bapi23
    wrote on last edited by
    #1

    Hello
    I have really bad issue on Windows 7, Windows Vista and Xp (mingw). When Im debugging I cant check my QVariant value. What I only see is "Unavailable asynchronous data". I built Qt sdk on msvc 2008 and I still cant see any data in QVariant. It's a bug or I do something wrong?

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

      You need to outline a bit more what your problem is and what you have done.

      What did compile with msvc 2008?

      Note: you cannot mix libs compiled with mingw and msvc 2008.

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

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bapi23
        wrote on last edited by
        #3

        OK. What I have done:

        1. I installed the newest Qt creator from qt site and I had “Unavailable asynchronous data” in Qt Creator when I was in debug mode.

        2. I make new build from Qt sdk sources on msvc 2008 compiler. I still use Qt creator with msvc 2008 compiler and now I have this when Im in debug mode (QVariantMap) : !http://imageshack.us/f/62/msvcdebug.jpg/()!

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

          You should not use the sdk sources for recompilation "see also this ":http://developer.qt.nokia.com/forums/viewthread/13404/#70998
          If you want to recompile you need to download "this zip":http://download.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.8.0.zip

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

          1 Reply Last reply
          0
          • B Offline
            B Offline
            bapi23
            wrote on last edited by
            #5

            Sorry for my mistake;)
            I compiled sources from this zip file: qt-everywhere-opensource-src-4.7.4.zip.

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

              When stating "debug mode"

              • did you compile Qt lib in debug mode?
              • did you compile your app in debug mode?
              • you use creator in debug mode?
                You should be able to answer all questions with yes. Otherwise there will be a problem and you cannot debug properly.

              If you have compiled Qt lib with msvc 2008 you can also debug in the msvc frame work as another option.

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

              1 Reply Last reply
              0
              • B Offline
                B Offline
                bapi23
                wrote on last edited by
                #7

                For all these questions - yes.
                I use cdb compiler with these symbol paths in Qt Creater :

                symsrvsymsrv.dllC:\Users\Bartek\AppData\Local\Temp\symbolcache*http://msdl.microsoft.com/download/symbols

                Casn anyone tell me that debug in QtCreator with msvc combiler and debugger is possible with any issue?

                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