Qt 6.11 is out! See what's new in the release
blog
Sqlite on Windows 7 64bit
General and Desktop
2
Posts
2
Posters
1.2k
Views
1
Watching
-
I have an application that uses a Sqlite database. The application is a 32 bit app. I am porting it from XP to Windows 7. I installed it on a 32-Bit version of Windows 7 and it works fine. When I installed it on a 64-Bit version, with the same file/directory structure, the Sqlite database drivers don't load.
c:\myapp\bin\myapp.exe
c:\myapp\bin\sqldrivers\qsqlite4d.dllMy question: Is there a 64-Bit version of the sqlite drivers and do I need them?
-
Hi,
When you say installing, did you use the same 32bit Qt libraries ?