Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. problem configurating qt for vs2008
Forum Updated to NodeBB v4.3 + New Features

problem configurating qt for vs2008

Scheduled Pinned Locked Moved Unsolved General and Desktop
43 Posts 3 Posters 18.2k Views 3 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.
  • HamedH Offline
    HamedH Offline
    Hamed
    wrote on last edited by
    #1

    Hi, I'm not sure if I should post this question here or in embedded section, anyway, problem is I'm following this instruction bellow :
    http://doc.qt.io/qt-5.6/install-wince.html
    In step 3 when I want to configure qt for vs2008 I'm getting following error :

    c:\qt2\qt5.8.0\qtbase\include\qtcore\../../src/corelib/global/qglobal.h(45) : fatal error C1083: Cannot open include file: 'type_traits': No such file or directory
    NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.EXE"' : return code '0x2'
    

    I downloaded Qt 5.8.0 source, I read the README file and it says it's need vs2012 or later, so this means I can't use this for vs2008? The documentation is for qt 5.6.

    Please tell what I'm doing wrong here.
    Thanks

    HamedBabaeyan@yahoo.com
    for more interesting stuff

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Qt 5.6 might use c++ constructs that 2008 do not handle etc.
      So there might be issues compiling it.
      You cant use 2012 ? or simply use 2015/17 ?

      1 Reply Last reply
      1
      • HamedH Offline
        HamedH Offline
        Hamed
        wrote on last edited by
        #3

        I want to use qt for old wince platforms, so I need to use vs08.
        Also that document use msvc2008 to configure qt.
        I think there is some kind of conflict between qt docs and source README file.
        I'm confused.

        HamedBabaeyan@yahoo.com
        for more interesting stuff

        mrjjM 1 Reply Last reply
        0
        • HamedH Hamed

          I want to use qt for old wince platforms, so I need to use vs08.
          Also that document use msvc2008 to configure qt.
          I think there is some kind of conflict between qt docs and source README file.
          I'm confused.

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by mrjj
          #4

          @Hamed
          well just use older qt then.
          let me check.
          there is version that match 2008.

          https://download.qt.io/archive/qt/4.8/4.8.6/
          is for 2008.

          HamedH 1 Reply Last reply
          1
          • HamedH Offline
            HamedH Offline
            Hamed
            wrote on last edited by
            #5

            Hmm, I think I should do that.
            But what about Qt documentation? I suspect if I'm doing something wrong here but the steps are too simple to do mistakes.

            HamedBabaeyan@yahoo.com
            for more interesting stuff

            mrjjM 1 Reply Last reply
            0
            • HamedH Hamed

              Hmm, I think I should do that.
              But what about Qt documentation? I suspect if I'm doing something wrong here but the steps are too simple to do mistakes.

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Hamed
              hmm. i missed th elink.
              You are right. it should work.
              its ment to work at least.
              maybe some sort of bug.

              HamedH 1 Reply Last reply
              1
              • mrjjM mrjj

                @Hamed
                well just use older qt then.
                let me check.
                there is version that match 2008.

                https://download.qt.io/archive/qt/4.8/4.8.6/
                is for 2008.

                HamedH Offline
                HamedH Offline
                Hamed
                wrote on last edited by
                #7

                @mrjj said in problem configurating qt for vs2008:

                @Hamed
                well just use older qt then.
                let me check.
                there is version that match 2008.

                https://download.qt.io/archive/qt/4.8/4.8.6/
                is for 2008.

                Sorry for asking this, it's off topic, Qt4 is stable?

                HamedBabaeyan@yahoo.com
                for more interesting stuff

                mrjjM 1 Reply Last reply
                0
                • mrjjM mrjj

                  @Hamed
                  hmm. i missed th elink.
                  You are right. it should work.
                  its ment to work at least.
                  maybe some sort of bug.

                  HamedH Offline
                  HamedH Offline
                  Hamed
                  wrote on last edited by
                  #8

                  @mrjj said in problem configurating qt for vs2008:

                  @Hamed
                  hmm. i missed th elink.
                  You are right. it should work.
                  its ment to work at least.
                  maybe some sort of bug.

                  So if you let me, I don't make question solved yet, maybe there is some other issue.

                  HamedBabaeyan@yahoo.com
                  for more interesting stuff

                  1 Reply Last reply
                  0
                  • HamedH Hamed

                    @mrjj said in problem configurating qt for vs2008:

                    @Hamed
                    well just use older qt then.
                    let me check.
                    there is version that match 2008.

                    https://download.qt.io/archive/qt/4.8/4.8.6/
                    is for 2008.

                    Sorry for asking this, it's off topic, Qt4 is stable?

                    mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by mrjj
                    #9

                    @Hamed
                    yes qt 4.8.6 4.8.7 is very stable but very old.
                    but still valid.

                    but
                    http://doc.qt.io/qt-5.6/requirements-wince.html
                    says active perl is needed. u have it ?

                    It should work with 5.6
                    Sorry wince is a bit unknown to me :)

                    HamedH 1 Reply Last reply
                    0
                    • mrjjM mrjj

                      @Hamed
                      yes qt 4.8.6 4.8.7 is very stable but very old.
                      but still valid.

                      but
                      http://doc.qt.io/qt-5.6/requirements-wince.html
                      says active perl is needed. u have it ?

                      It should work with 5.6
                      Sorry wince is a bit unknown to me :)

                      HamedH Offline
                      HamedH Offline
                      Hamed
                      wrote on last edited by
                      #10

                      @mrjj said in problem configurating qt for vs2008:

                      @Hamed
                      yes qt 4.8.6 is very stable but very old.
                      but still valid.

                      but
                      http://doc.qt.io/qt-5.6/requirements-wince.html
                      says active perl is needed. u have it ?

                      It should work with 5.6
                      Sorry wince is a bit unknown to me :)

                      Yes I installed active perl and active pyton and ruby at latest version, still nothing changed.
                      As I said README file says vs12 or later, but docs says vs08 is valid. :-?

                      HamedBabaeyan@yahoo.com
                      for more interesting stuff

                      mrjjM 1 Reply Last reply
                      0
                      • HamedH Hamed

                        @mrjj said in problem configurating qt for vs2008:

                        @Hamed
                        yes qt 4.8.6 is very stable but very old.
                        but still valid.

                        but
                        http://doc.qt.io/qt-5.6/requirements-wince.html
                        says active perl is needed. u have it ?

                        It should work with 5.6
                        Sorry wince is a bit unknown to me :)

                        Yes I installed active perl and active pyton and ruby at latest version, still nothing changed.
                        As I said README file says vs12 or later, but docs says vs08 is valid. :-?

                        mrjjM Offline
                        mrjjM Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        @Hamed
                        well 2005/2008 seems the supported version. wince is pretty old so that makes sense.
                        let me see if google can help.

                        1 Reply Last reply
                        1
                        • mrjjM Offline
                          mrjjM Offline
                          mrjj
                          Lifetime Qt Champion
                          wrote on last edited by
                          #12

                          oh btw did u install service packs for 2008 ?

                          HamedH 1 Reply Last reply
                          0
                          • mrjjM Offline
                            mrjjM Offline
                            mrjj
                            Lifetime Qt Champion
                            wrote on last edited by
                            #13

                            oh, also , it seems to be a commercial options.
                            So it must mean you have a license.
                            So you can get dedicated direct help if you contact them. \o/

                            HamedH 1 Reply Last reply
                            0
                            • mrjjM mrjj

                              oh btw did u install service packs for 2008 ?

                              HamedH Offline
                              HamedH Offline
                              Hamed
                              wrote on last edited by
                              #14

                              @mrjj said in problem configurating qt for vs2008:

                              oh btw did u install service packs for 2008 ?

                              I don't know, I installed vs08 professional and there was wince standard sdk and I installed that too, I wrote some code for wince in vs08 and they worked fine, but I like to use qt for that.

                              if you tell me what service pack I should install more I will find that.

                              HamedBabaeyan@yahoo.com
                              for more interesting stuff

                              mrjjM 1 Reply Last reply
                              0
                              • HamedH Hamed

                                @mrjj said in problem configurating qt for vs2008:

                                oh btw did u install service packs for 2008 ?

                                I don't know, I installed vs08 professional and there was wince standard sdk and I installed that too, I wrote some code for wince in vs08 and they worked fine, but I like to use qt for that.

                                if you tell me what service pack I should install more I will find that.

                                mrjjM Offline
                                mrjjM Offline
                                mrjj
                                Lifetime Qt Champion
                                wrote on last edited by
                                #15

                                @Hamed
                                SP 1 at least.
                                https://www.microsoft.com/en-us/download/details.aspx?id=10986

                                HamedH 1 Reply Last reply
                                1
                                • mrjjM mrjj

                                  oh, also , it seems to be a commercial options.
                                  So it must mean you have a license.
                                  So you can get dedicated direct help if you contact them. \o/

                                  HamedH Offline
                                  HamedH Offline
                                  Hamed
                                  wrote on last edited by
                                  #16

                                  @mrjj said in problem configurating qt for vs2008:

                                  oh, also , it seems to be a commercial options.
                                  So it must mean you have a license.
                                  So you can get dedicated direct help if you contact them. \o/

                                  It's commercial option? really? I have opensource one.
                                  The docs doesn't say this is for commercial version only!

                                  HamedBabaeyan@yahoo.com
                                  for more interesting stuff

                                  mrjjM 1 Reply Last reply
                                  0
                                  • HamedH Hamed

                                    @mrjj said in problem configurating qt for vs2008:

                                    oh, also , it seems to be a commercial options.
                                    So it must mean you have a license.
                                    So you can get dedicated direct help if you contact them. \o/

                                    It's commercial option? really? I have opensource one.
                                    The docs doesn't say this is for commercial version only!

                                    mrjjM Offline
                                    mrjjM Offline
                                    mrjj
                                    Lifetime Qt Champion
                                    wrote on last edited by
                                    #17

                                    @Hamed
                                    no, sorry. it just seems like that. It seems optional :)

                                    1 Reply Last reply
                                    1
                                    • mrjjM mrjj

                                      @Hamed
                                      SP 1 at least.
                                      https://www.microsoft.com/en-us/download/details.aspx?id=10986

                                      HamedH Offline
                                      HamedH Offline
                                      Hamed
                                      wrote on last edited by
                                      #18

                                      @mrjj said in problem configurating qt for vs2008:

                                      @Hamed
                                      SP 1 at least.
                                      https://www.microsoft.com/en-us/download/details.aspx?id=10986

                                      I checked and yes, SP1 installed.

                                      HamedBabaeyan@yahoo.com
                                      for more interesting stuff

                                      mrjjM 1 Reply Last reply
                                      0
                                      • HamedH Hamed

                                        @mrjj said in problem configurating qt for vs2008:

                                        @Hamed
                                        SP 1 at least.
                                        https://www.microsoft.com/en-us/download/details.aspx?id=10986

                                        I checked and yes, SP1 installed.

                                        mrjjM Offline
                                        mrjjM Offline
                                        mrjj
                                        Lifetime Qt Champion
                                        wrote on last edited by
                                        #19

                                        @Hamed
                                        then i guess 5.6 is better to use.
                                        I assume that 5.8 uses type_traits and vs 2008 didnt have back then.

                                        HamedH 1 Reply Last reply
                                        0
                                        • mrjjM mrjj

                                          @Hamed
                                          then i guess 5.6 is better to use.
                                          I assume that 5.8 uses type_traits and vs 2008 didnt have back then.

                                          HamedH Offline
                                          HamedH Offline
                                          Hamed
                                          wrote on last edited by
                                          #20

                                          @mrjj said in problem configurating qt for vs2008:

                                          @Hamed
                                          then i guess 5.6 is better to use.
                                          I assume that 5.8 uses type_traits and vs 2008 didnt have back then.

                                          OK I will download Qt5.6.
                                          If that didn't work I will use Qt4.8.
                                          If none of them work I will continue posting state here.
                                          Thank you for your time and help.

                                          HamedBabaeyan@yahoo.com
                                          for more interesting stuff

                                          mrjjM 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