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. Newbie questions: unsure about where to post questions ...
Forum Updated to NodeBB v4.3 + New Features

Newbie questions: unsure about where to post questions ...

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 663 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.
  • P Offline
    P Offline
    phlid
    wrote on last edited by
    #1

    Hi.
    New to GUI building and to Qt.
    I tried MFC in Visual Studio 2013, read online discussions comparing this to Qt and tried some simple MFC examples. Seems difficult.
    So I decided to try Qt. I installed it (Qt 5.3) in Visual Studio 2013 (am writing in C++, Windows 8.1) and tried a simple example. I got past the x86/x64 error and now have encountered the
    error MSB6006: “cmd.exe” exited with code 3.
    issue.
    I read through the Qt forum post on this error but don't understand the posted solution.
    Any suggestions?

    Also I looked through the Qt main pages at documentation, examples, etc.
    It's unclear to me what the relationship is between QtDesigner and QtCreator.
    Does Qt come with its own compiler? I.e., do I even need to install it in Visual Studio to use the VS2013 C++ compiler?
    Thanks.

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

      Hi and welcome to devnet,

      Qt doesn't come with any compiler Except for the MinGW package. So yes, you need to install Visual Studio 2013 in order to use the VS2013 package.

      QtDesigner is a standalone application that allows you to design UI visually using drag and drop. Qt Creator is a complete IDE that integrates QtDesigner's functionality.

      Hope it helps

      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

      • Login

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