[poppler] Run time error in QT Poppler (Windows)

Pouya Ahmadvand pouya.ahmadvand at gmail.com
Sat Aug 26 09:23:34 UTC 2017


I want to use poppler (https://poppler.freedesktop.org/) for working with
PDF files in my application. I got source of poppler (ver 0.57) and
compiled it by MinGW 5.3 on windows 10. After compiling for using this
library in my project, I add following lines to my project`s .

*INCLUDEPATH += D:\Develop\QT\Poppler\new\poppler\qt5\src*
*SHARED_LIB_FILES = $$files(D:/dll2/*.dll)*
*for(FILE, SHARED_LIB_FILES) {*
*    BASENAME = $$basename(FILE)*
*    LIBS += $$FILE*
*}*

"dll2" folder contains this dlls :

*freetype6.dll*
*jpeg62.dll*
*libcairo-2.dll*
*libexpat-1.dll*
*libfontconfig-1.dll*
*libgcc_s_dw2-1.dll*
*libpixman-1-0.dll*
*libpng16-16.dll*
*libpoppler-cpp.dll*
*libpoppler-qt5.dll*
*libpoppler.dll*
*libtiff3.dll*
*zlib1.dll*

but when I run the project I get exit code -1073741515 I don`t know how to
fix it :(

-- 
Pouya Ahmadvand
MSc  Student of Software Engineering
Dept. of Computer Engineering
SRTTU University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler/attachments/20170826/072160e6/attachment.html>


More information about the poppler mailing list