Results 1 to 2 of 2

Thread: Problem distributing my app

  1. #1
    Join Date
    Dec 2012
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Problem distributing my app

    Hi,

    I've just compiled my app (Release Build), and I've got a my_app.exe file. I've copied it to a custom folder (e.g: C:/Users/<user>/Desktop/my_app/) and have run it.

    Every time I try to run it, it shows me an error message because it needs a DLL. After every try, I copy all them from C:/QtSDK/Desktop/Qt/4.8.0/mingw/bin/, but when I copy QtCore4.dll, it shows me the same DLL yet. What's the problem? I'm compiling with 4.8.0 compiler, as it's the only one I have installed, and Qt Creator runs it without any error. I've also tried with the QtCore4.dll that comes with Qt Creator (C:/QtSDK/QtCreator/bin/), but it doesn't work.

    The message I get when I try to run my app from the custom folder is:

    ---------------------------
    my_app.exe - No se encuentra el punto de entrada
    ---------------------------
    No se encuentra el punto de entrada del procedimiento ??Y?$QVector@VQPointF@@@@QAEAAV0@ABV0@@Z en la biblioteca de vÃ*nculos dinámicos QtCore4.dll.
    ---------------------------
    Aceptar
    ---------------------------
    With the Qt Creator DLL, the message remains the same, but with: "_Z17qt_message_output9QtMsgTypePKc" entry point.

    I hope you can help me. Thanks in advance.

  2. #2
    Join Date
    Sep 2011
    Posts
    1,241
    Thanks
    3
    Thanked 127 Times in 126 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem distributing my app

    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

Similar Threads

  1. Distributing qt applications
    By dachick in forum Newbie
    Replies: 5
    Last Post: 15th November 2010, 13:57
  2. Distributing my app
    By been_1990 in forum Qt Programming
    Replies: 8
    Last Post: 21st September 2010, 15:11
  3. Distributing QT application for Mac OS
    By mb0 in forum Qt Programming
    Replies: 1
    Last Post: 31st May 2007, 18:59
  4. Distributing Qt programs
    By scwizard in forum Qt Programming
    Replies: 3
    Last Post: 19th March 2007, 22:36
  5. Distributing apps on a CD
    By munna in forum General Discussion
    Replies: 1
    Last Post: 1st November 2006, 21:45

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.