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. Qt & VS2005 MFC
Forum Updated to NodeBB v4.3 + New Features

Qt & VS2005 MFC

Scheduled Pinned Locked Moved General and Desktop
7 Posts 3 Posters 2.9k 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.
  • M Offline
    M Offline
    MrKilo
    wrote on last edited by
    #1

    Hello all.

    Is it possible to create MFC compatible applications requiring VS2005 MFC with Qt? I just recently lost my student status so I installed Qt hoping that I wouldn’t need to purchase MS VS 2012 with MSDN, the latter required to get access to the older VS versions and MFCs.

    I’m targeting to create a small something which requires accessing CAD information from both Rhinoceros and Solidworks CAD models, embedded add-on user windows should be created to get some user input as well. Is that even possible with Qt when VS is said to be required? Rhinoceros 32 bit version SDK requires VS2005 MFC, (the new upcoming 64 bit version SDK will require VS 2010 MFCs) .

    In all, at the moment I’m a bit puzzled about setting up the Qt + VS concept, lots of questions arising. First, I would obviously need to download all the appropriate MS SDKs? Is that where I get the appropriate VS make.exe files? Secondly, are the MFC runtime redistributables enough or is there something else needed too?

    Perhaps I should just forget Qt for this case and go for VS w/ MSDN subscription? I really appreciate all possible advice from those who know more about this stuff.

    Thanks,
    MrKilo

    1 Reply Last reply
    0
    • F Offline
      F Offline
      flaviomarcio
      wrote on last edited by
      #2

      It's easy, give me your email I send what you need to know.

      mine is "f m s p x @ h o t m a i l . c o m"

      Flavio Portela

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mlong
        wrote on last edited by
        #3

        @Flavio

        If you have information to share, please provide it in the forums, not through email, so that everyone can benefit.

        Software Engineer
        My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

        1 Reply Last reply
        0
        • F Offline
          F Offline
          flaviomarcio
          wrote on last edited by
          #4

          Eu utilizo para WindowsCE assim:

          set path= c:\qt\q.8.3ce\bin;C:\Perl64\bin;
          C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
          configure -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005 -nomake examples -nomake demos
          setcepaths wincewm50pocket-msvc2005
          nmake

          I think you need to do so:

          set path= c:\qt\q.8.3w32\bin;C:\Perl64\bin;
          C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
          configure -nomake examples -nomake demos
          nmake

          Then add the QMake in QtCreator.

          Flavio Portela

          1 Reply Last reply
          0
          • F Offline
            F Offline
            flaviomarcio
            wrote on last edited by
            #5

            This is the link to build with vs2005 in WindowsCE remove unnecessary parameters.

            http://doc.qt.digia.com/stable/install-wince.html

            Flavio Portela

            1 Reply Last reply
            0
            • M Offline
              M Offline
              MrKilo
              wrote on last edited by
              #6

              Thanks for the replies, had to go for the VS purchase anyway but I'll check what the Qt VS Add-in has to offer.

              Regards,
              MrKilo

              1 Reply Last reply
              0
              • F Offline
                F Offline
                flaviomarcio
                wrote on last edited by
                #7

                you not need the vsaddin utilie qtcreator6.0 and compile for mingw and vs2005.

                Flavio Portela

                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