Results 1 to 16 of 16

Thread: Adding a Progress bar

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Posts
    143
    Thanks
    8

    Default Re: Adding a Progress bar

    ok. thanks

    i have build my app both in release and debug mode.

    when i double click on the exe in release folder, i get this error

    du.exe - Entry point not founf
    The procedure entry point ?? 0QCoreapplicaiton @@QAE@ABV0@@Z could not be located in the dynamic link library QtCore4.dll

    I have added #include <QCoreApplication> as a header in both main and the class file i have used.

    the exe in the debug folder works fine.

    how can i solve this?

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Adding a Progress bar

    you may be having more than one version of Qt dlls in your system...

    check your PATH variable.
    also check where is QtCore4d.dll(or QtCored4.dll i dont remember whats the name) ...

    make changes to your PATH and delete the old path to QtCore4.dll... and point it to the one where the debug dlls are located.. because there you will find the exact release dlls also

    or u can simply check your compiler/linker flags to see the paths

  3. The following user says thank you to nish for this useful post:

    srohit24 (1st June 2009)

  4. #3
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Adding a Progress bar

    As soon as you have one Qt application on your system which requires to be in the path, the dlls of your Qt Installation are likely not to be used. Therefor you must put all necessary dlls into your binary folder.

  5. #4
    Join Date
    Feb 2009
    Posts
    143
    Thanks
    8

    Default Re: Adding a Progress bar

    thanks it solved the problem.

Similar Threads

  1. QtItemDelegate for progress bars
    By maxpayne in forum Qt Programming
    Replies: 2
    Last Post: 19th November 2008, 13:26
  2. Concurrent progress reporting
    By chezifresh in forum Qt Programming
    Replies: 1
    Last Post: 30th June 2008, 08:47
  3. Adding JavaScript Obj to QWebView issues
    By bpetty in forum Newbie
    Replies: 2
    Last Post: 13th May 2008, 20:44
  4. Replies: 4
    Last Post: 11th March 2008, 11:44
  5. Adding buttons on the tab part of a tabwidget
    By forrestfsu in forum Qt Programming
    Replies: 2
    Last Post: 20th December 2006, 17:52

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.