I’m using Qt Creator 5.0.2 (MSVC version) on Windows XP and I’ve a Qt 2.0 application which uses an external .dll file. I’m able to reference the external library properly in my Qt project. However, this dll does some XML parsing (default path of the .xml is location of .dll). I’ve put all the required .h files of libxml2 as well libxml2.lib, zlib.lib, iconv.lib in lib sub-folder.
In fact while building the external .dll file reference to libxmls is done properly and we have performed a test using tester application.
When this external .dll (developed in MS Visual Studio as static library project) is referenced, the Qt project is getting compiled by locating the libxml2 and other related files. However, the app does not run…it exits with _____1515 code.
Any assistance is highly appreciated.
↧