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 ?
Qt 6.11 is out! See what's new in the release blog

QtNetwork + Qsqlite = driver not loaded ?

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 4.3k 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.
  • ? Offline
    ? Offline
    A Former User
    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
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

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

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        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
        • ? Offline
          ? Offline
          A Former User
          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