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. Exporting QT project in Visual studio.
Forum Updated to NodeBB v4.3 + New Features

Exporting QT project in Visual studio.

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 1.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.
  • C Offline
    C Offline
    ChrisBM
    wrote on last edited by
    #1

    Heyall.

    I'm trying to export my QT program from visual studio, but I get an error which sais "Program won't start correctly (0xc000007b),
    i've seached the net, and it seems like it's cause im running Windows 64 bit and my program is made with win 32 program, is there any way to fix this problem? is it posible to build with win64 instead of 32?

    Kind regards

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

      Hi,

      You can run 32bit application on a 64bit Windows. What do you mean "export from Visual Studio" ?

      On a side note, it's Qt, QT stands for Apple QuickTime

      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
      • C Offline
        C Offline
        ChrisBM
        wrote on last edited by
        #3

        If i want to use this program, without visual studio, that's what i meant by export.

        is there any way i can make that work? at the moment it's giving me the earlier explained error.

        regards.

        1 Reply Last reply
        0
        • jsulmJ Online
          jsulmJ Online
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You need to provide all needed Qt DLLs with your program, else it will not work.
          See here: http://doc.qt.io/qt-5/windows-deployment.html#the-windows-deployment-tool

          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