Results 1 to 9 of 9

Thread: Driver not loaded Driver not loaded

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Oct 2012
    Posts
    12
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Driver not loaded Driver not loaded

    I added this code:
    Qt Code:
    1. QString strLibPath(QDir::toNativeSeparators(QApplication::applicationDirPath()) + QDir::separator() + "plugins");
    2. app.addLibraryPath(strLibPath);
    To copy to clipboard, switch view to plain text mode 
    but there has the problem.
    What should I do??
    Last edited by Lykurg; 26th February 2013 at 14:23. Reason: changed [qtclass] to [code]

Similar Threads

  1. App found qsqlite4.dll driver file but still "Driver not loaded"
    By merelendor in forum Installation and Deployment
    Replies: 2
    Last Post: 17th August 2011, 11:15
  2. Help with QMYSQL driver for QT 4.4.0: driver not loaded
    By khikho in forum Installation and Deployment
    Replies: 4
    Last Post: 1st April 2011, 15:00
  3. db driver not loaded
    By mak_user in forum Newbie
    Replies: 1
    Last Post: 3rd March 2011, 05:25
  4. Replies: 1
    Last Post: 24th April 2010, 03:43
  5. Driver not loaded
    By rogerio in forum Installation and Deployment
    Replies: 8
    Last Post: 16th May 2009, 07:07

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
  •  
Qt is a trademark of The Qt Company.