Re: [Podofo-users] Linking error while compiling PoDoFo under Windows
A PDF parsing, modification and creation library.
Brought to you by:
domseichter
|
From: Jacob H. <jac...@gm...> - 2008-08-12 10:24:25
|
Ok, I have run into another problem; I have compiled PoDoFo as a shared library. When I try to implement PoDoFo in my own application I am getting the following linker error: Error 1 error LNK2001: unresolved external symbol "public: static class PoDoFo::PdfWinAnsiEncoding const PoDoFo::PdfFont::WinAnsiEncoding" (?WinAnsiEncoding@PdfFont@PoDoFo@@2VPdfWinAnsiEncoding@2@B) main.obj I have added the podofo.lib, jpeg.lib, freetypeMT_D.lib and zlib.lib as well as the include files, but I have NOT linked to ws_win32.lib on account that I cannot find it. I also included the podofo.h header. |