[Qt-interest] 答复: [Solved] 答复: Can not load qsqlite4.dll
David Ching
dc at remove-this.dcsoft.com
Wed Oct 21 06:04:24 CEST 2009
"吴海峰" <wuhf at nari-relays.com> wrote in message
news:77F1DA48B7402A4BA6BCBEBA3A6EA31244174486AE at RES-MB-M-02.RES.NARI-RELAYS.COM...
> NO. I now recomplie qt4.5.2 and set all plugins, such as qsqlite, DO
> generate manifest file.
> BTW, where do you find "Qt's own documentation says it will not work"? Can
> you post the link if possible?
>
Did you not see my post:
You need to build qsqlite4.dll without the manifest; edit the .pro file that
builds this module and add
CONFIG -= embed_manifest_dll
This is so that Windows does not look for the CRT DLL's in the plug-in's
folder (they are not there).
See http://doc.trolltech.com/4.5/deployment-windows.html for more.
-- David
More information about the Qt-interest-old
mailing list