Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Can't correctly deploy application (missing dlls?)

$
0
0
Hello, I’m trying to deploy my application following this guide http://qt-project.org/doc/qt-4.8/deployment-windows.html [qt-project.org]. I profiled the release executable using Dependency Walker and the only dependencies I seem to be missing are a few API-MS-WIN-CORE ones, DCOMP, GPSVC, and IESHIMS which would be expected from what I understand, but I am crashing when QTCORE4.DLL tries to dynamically load the WINTAB32.dll from the location ‘C:\Windows\system32\wintab32.dll’. I checked and my computer does not have this file anywhere. I created a batch file that sets my path to the same that Qt is using when running my app, and then run dependency on the executable. What else could I be missing?

Viewing all articles
Browse latest Browse all 2113

Trending Articles