This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Can not load client library: sqlite3.dll
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 21, 2016
09:40 AM
Can not load client library: sqlite3.dll
Hello
Sorry, my English s bad!.
I recently purchased Premier 2016 and I have problems with a project which currently runs smoothly in Installshiled 2009. It is an InstallScript project without MSI.
The script makes a call to a dll (developed by me in Delphi XE8), which uses sqlite, and fails with the error "Can not load client library: sqlite3.dll".
Obviously my dll is in SUPPORTDIR next to sqlite3.dll. The dll uses sqlite3.dll dynamically, via LoadLibrary. If I make a change to use it statically, the problem
It manifests itself differently: the UseDLL function of the script fails.
I clarify that it is not a problem that it does not find the dll, but that it can not load it.
If I make a small program that uses my dll in the same way as the script, the problem does not happen.
The problem only manifests itself if the setup.exe process makes the call to my dll. Maybe Setup.exe is using another version of sqlite and generates this conflict?
Regards,
Angel
Sorry, my English s bad!.
I recently purchased Premier 2016 and I have problems with a project which currently runs smoothly in Installshiled 2009. It is an InstallScript project without MSI.
The script makes a call to a dll (developed by me in Delphi XE8), which uses sqlite, and fails with the error "Can not load client library: sqlite3.dll".
Obviously my dll is in SUPPORTDIR next to sqlite3.dll. The dll uses sqlite3.dll dynamically, via LoadLibrary. If I make a change to use it statically, the problem
It manifests itself differently: the UseDLL function of the script fails.
I clarify that it is not a problem that it does not find the dll, but that it can not load it.
If I make a small program that uses my dll in the same way as the script, the problem does not happen.
The problem only manifests itself if the setup.exe process makes the call to my dll. Maybe Setup.exe is using another version of sqlite and generates this conflict?
Regards,
Angel
(4) Replies
‎Dec 22, 2016
11:48 AM
hidenori wrote:
Have you checked out this thread?
Thanks hidenori, this thread has solved my problem!!
Thank you very much
‎Jan 11, 2017
03:05 PM
hidenori wrote:
Have you checked out this thread?
I am disconcerted. I have again had this problem (on another PC with the same version of Windows) and I could not solve it by using UseDLL from sqlite3.dll.
I need to reopen this thread.