Results 1 to 8 of 8

Thread: How to run my Qt Application on another pc? Problem with QtCore4.dll

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default How to run my Qt Application on another pc? Problem with QtCore4.dll

    Hello,
    yesterday I've succesfully installed the latest version of qt creator ( on windows xp sp2 ).

    After creating a project, I have to select the "green arrow" in order to compile and then launch the program.

    But if I want to launch the program from the folder where the .exe file is ( for example, C:\Qt\MyProj ), simply by double-clicking on the .exe file, I have to have installed the .dll "QTCore4.dll" into my "C:\Windows\System32" folder ( otherwise I get this error message: "Can't find the point of entrance for the procedure _z5qFreePv in the dynamic links library QtCore4.dll" ).

    So, if I want to execute this program on another pc, in this pc I have also to install the right .dll in its System32 folder.

    Is there any way to do this automatically? Like an installer ?
    Or I'm just missing something?

    Thanks, and sorry for my bad english.


    PS:
    In system32 I have to put not only QtCore4.dll, but also QtGui4.dll
    Last edited by Mega69; 1st October 2009 at 15:47.

Similar Threads

  1. QSkinWindows Classes
    By kernel_panic in forum Qt-based Software
    Replies: 45
    Last Post: 20th April 2010, 12:35
  2. QT3 application is not running on ARM Board
    By soumya in forum Qt for Embedded and Mobile
    Replies: 16
    Last Post: 20th July 2009, 10:13
  3. Deploying Qt 4.5.1 Application on RHEL 5.. Pls Help
    By swamyonline in forum Installation and Deployment
    Replies: 0
    Last Post: 28th June 2009, 11:43
  4. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 18:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.