Results 1 to 2 of 2

Thread: Running the *.exe

  1. #1
    Join Date
    May 2009
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Running the *.exe

    Hi,
    My application( connection to mdb using QODBC ) run well in Qt Creator when i released it and click the *.exe , from me want to this files:
    mingwm10.dll
    QtCore4.dll
    QtGui4.dll
    QtSql4.dll

    All of them i put however now give me such an error:
    Exception Processin Message c0000139 .....
    How can i fix ?
    thanks
    Last edited by dyonis; 19th May 2009 at 23:19.

  2. #2
    Join Date
    May 2009
    Location
    Vladivostok, Russia
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Running the *.exe

    I guess it needs ODBC plugin. Plugins are loaded dynamically at run-time, and Qt does not warn you when it reqires plugin.
    Try to put qsqlodbc4.dll from qt\plugins\sqldrivers to <yourapp>\sqldrivers folder.
    Here is plugins How-to.

Similar Threads

  1. How to invoke a running application
    By srikanthch in forum Qt Programming
    Replies: 2
    Last Post: 18th December 2008, 15:42
  2. Replies: 4
    Last Post: 1st December 2008, 11:13
  3. Replies: 10
    Last Post: 11th June 2007, 09:18
  4. QThread: Destroyed while thread is still running
    By Shuchi Agrawal in forum Newbie
    Replies: 8
    Last Post: 3rd April 2007, 06:27
  5. Qt interface running extremely slowly...
    By jazztpt in forum Qt Programming
    Replies: 1
    Last Post: 4th February 2006, 11:12

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.