Results 1 to 2 of 2

Thread: Getting runtime error

  1. #1
    Join Date
    May 2013
    Posts
    2

    Default Getting runtime error

    Im getting this error when I run my program on a different:

    this application has requested the runtime to terminate it in an unusual way.

    my code runs in the usual way on my computer.

    Any advice?

    I read I might need qwindows.dll in a platforms folder but I cant find it.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Getting runtime error

    You need to deploy all the Qt libraries and plugins, and third-party run time libraries that your application depends on. If you are using Qt 5 then that will include a plugin for the platform; you should find that in the plugins/platforms folder of your Qt install.
    Deploying an Application on Windows: Creating the Application Package

Similar Threads

  1. Runtime error in qt
    By yodreuc in forum Newbie
    Replies: 1
    Last Post: 5th December 2011, 08:15
  2. Replies: 1
    Last Post: 25th September 2010, 08:20
  3. Runtime Error!
    By blm in forum Qt Programming
    Replies: 6
    Last Post: 25th September 2008, 14:56
  4. Runtime error
    By nina1983 in forum Qt Programming
    Replies: 2
    Last Post: 11th September 2008, 15:37
  5. QT 4.4 runtime error
    By Ricochet in forum Newbie
    Replies: 1
    Last Post: 5th May 2008, 18:50

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.