Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QtNetwork + Qsqlite = driver not loaded ?
Forum Updated to NodeBB v4.3 + New Features

QtNetwork + Qsqlite = driver not loaded ?

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 3.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LordG
    wrote on last edited by
    #1

    Hello.
    Have some strange problem with my project for WinCE device.

    I use SQLite database and it works well. But now i have added TCPSocket functionality and got some strange errors: after including the QtNetwork module the SQLite driver does not want to load.

    And if i remove QtNetwork - project works again.

    Console output from Visual Studio:
    Загрузить модуль qjpegd4.dll
    QSqlDatabase: QSQLITE driver not loaded
    QSqlDatabase: available drivers: QSQLITE
    Загрузить модуль ShUtil.dll

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qtrahul
      wrote on last edited by
      #2

      You should install the driver or plugin qsqlite.dll in the applications directory.

      1 Reply Last reply
      0
      • L Offline
        L Offline
        LordG
        wrote on last edited by
        #3

        Thanks for reply, but
        I know about the "qsqlite.dll" plugin - it is in "sqldrivers" subfolder of my application folder - and my DB works well without the QtNetwork module connected.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          LordG
          wrote on last edited by
          #4

          Also it works well on the Symbian with QtNetwork - so the problem is actual for WinCE only.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved