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. No idea how to deploy under MSVC2010
Forum Updated to NodeBB v4.3 + New Features

No idea how to deploy under MSVC2010

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

    I installed the 32-bit, VS 2010 binaries for Qt. Wrote up my program, works great. Now when I try to stick it on a different computer (also running the same 32-bit OS), nothing happens. The program starts briefly (only visible in the Task Manager) and then just disappears. No error message or anything.

    Ran the program through Dependency Walker and got this message:

    Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

    But no other errors. I already included all the .dll files I could think of.

    I'm clueless at this point. I've been at this for a few hours now and nothing. I even wrote up a small empty program with just some buttons on the GUI and it's the same thing. It doesn't even show the GUI before crashing.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      ThomasWolowiec
      wrote on last edited by
      #2

      Nevermind, I figured it out. What was missing was that I didn't put qwindows.dll and qminimal.dll in [programdirectory]\platforms, but just in the root directory of the program.

      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