


Qt Components by 3electrons 1 comment

PDF Software by glad 51 comments

PDF Software by glad 51 comments
In altre parole ma che stai a dí? - Mar 27 2012

PDF Software by glad 51 comments
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QByteArray __thiscall Poppler::EmbeddedFile::checksum(void)const " (__imp_?checksum@EmbeddedFile@Poppler@@QBE?AVQByteArray@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QDateTime __thiscall Poppler::EmbeddedFile::modDate(void)const " (__imp_?modDate@EmbeddedFile@Poppler@@QBE?AVQDateTime@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QDateTime __thiscall Poppler::EmbeddedFile::createDate(void)const " (__imp_?createDate@EmbeddedFile@Poppler@@QBE?AVQDateTime@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall Poppler::EmbeddedFile::size(void)const " (__imp_?size@EmbeddedFile@Poppler@@QBEHXZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall Poppler::EmbeddedFile::description(void)const " (__imp_?description@EmbeddedFile@Poppler@@QBE?AVQString@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall Poppler::EmbeddedFile::name(void)const " (__imp_?name@EmbeddedFile@Poppler@@QBE?AVQString@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QList<class Poppler::EmbeddedFile *> __thiscall Poppler::Document::embeddedFiles(void)const " (__imp_?embeddedFiles@Document@Poppler@@QBE?AV?$QList@PAVEmbeddedFile@Poppler@@@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Poppler::Document::hasEmbeddedFiles(void)const " (__imp_?hasEmbeddedFiles@Document@Poppler@@QBE_NXZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum Poppler::Document::PageMode __thiscall Poppler::Document::pageMode(void)const " (__imp_?pageMode@Document@Poppler@@QBE?AW4PageMode@12@XZ) referenced in function "public: virtual void __thiscall EmbeddedFilesDock::documentLoaded(void)" (?documentLoaded@EmbeddedFilesDock@@UAEXXZ)
1>optcontentdock.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: enum Poppler::Document::PageMode __thiscall Poppler::Document::pageMode(void)const " (__imp_?pageMode@Document@Poppler@@QBE?AW4PageMode@12@XZ)
1>fontsdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall Poppler::FontInfo::file(void)const " (__imp_?file@FontInfo@Poppler@@QBE?AVQString@@XZ) referenced in function "protected: virtual void __thiscall FontsDock::fillInfo(void)" (?fillInfo@FontsDock@@MAEXXZ)
....
I do not wanna waste much time, but you have an idea where I can find these libraries?
Thank you in advance ... - Mar 22 2012

PDF Software by glad 51 comments

PDF Software by glad 51 comments
1>.\src\embeddedfilesdock.cpp(21) : fatal error C1083: Cannot open include file: 'poppler-qt4.h': No such file or directory
Is this a library?
I'm try to build it with VS2008 on seven.
Thank you in advance for your help. - Mar 21 2012

Education Apps by abouzakaria 2 comments
Thanks - Sep 26 2011

Graphic Apps by ruzik 4 comments

Graphic Apps by ruzik 4 comments

Education Apps by bulbahol 2 comments

Qt Widgets by feddischson 3 comments

Qt Widgets by ii-system 15 comments
My compliments....
Regards
Manuele
P.S. I have tested your library on XP SP3, VS 2008 and Qt 4.5.0 - May 02 2009
I have found a little bug on the builded version: the program crash when use the mouse wheel at low magnify.
Also I try to compile the source with Qt 4.3.2 and VC 2003 but it found the following error:
generatorcore.cpp(167) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2708)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Regards - Mar 26 2008

Office Apps by shahabsh 9 comments
I have found only some little bugs with XP-MSVC 7.1 and Qt 4.3.2:
- M_PI itsn't defined...
- In method "void Graphic::drawBoundary(QPainter &painter)" add "(const QBrush &)" to "painter.fillRect(0,0,10,10, (const QBrush &) brush);"
- Also the loaded images aren't removed on new load.
- Feb 16 2008