Results 1 to 14 of 14

Thread: QtCore4.dll error when starting the program from cd

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2010
    Location
    Rostov-na-Donu, Russia
    Posts
    153
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2
    Thanked 26 Times in 23 Posts

    Default Re: QtCore4.dll error when starting the program from cd

    circass, did you deployed a CRT of your compiler (vc_redist for MSVC) ?

  2. #2
    Join Date
    Jun 2010
    Posts
    11
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QtCore4.dll error when starting the program from cd

    Ok,
    i found the problem. This is what i got:::

    If you are trying to open an external program and if that program uses some extra files for loading then you have to set the working path of that program.

    QProcess->setWorkingDirectory(Program'sDirectory);

    The real problem was a xml file that must be load at the begining of the program. when it couldnt load it gave that rediciolus error QtCore4.dll thing. I was searching for a wrong thing from the begining... Well i solved my problem.
    Thank you for all your efforts.

    Circass

Similar Threads

  1. program compile problem: FT_Select_Size error
    By cooper in forum Qt Programming
    Replies: 1
    Last Post: 22nd February 2010, 23:52
  2. Program running error in qtopia 2.2.0
    By halloworld in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 15th February 2009, 09:23
  3. Eclipse Integration and program not starting
    By Cruz in forum Installation and Deployment
    Replies: 1
    Last Post: 16th January 2009, 22:32
  4. some error in my first program
    By rainius in forum Installation and Deployment
    Replies: 5
    Last Post: 11th June 2008, 09:01
  5. Error starting Qt
    By shamik in forum Installation and Deployment
    Replies: 1
    Last Post: 18th April 2007, 12:30

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.