On Mon, 2017-09-25 at 18:42 +0200, Fryderyk Staszek wrote:
> I got ‘error LNK2001: unresolved external symbol "private: static
> bool PoDoFo::PdfError::s_LogEnabled" (?s_LogEnabled@PdfError@PoDoFo@@
> 0_NA)’ when I’m trying ‘PoDoFo::PdfError::EnableLogging( false );’
> thing. What couses this? I got all files, etc…

        Hi,
it looks like a linker issue to me, like if you did not link against
PoDoFo library. I do not know your build options and such, thus it's up
to you to figure it out, but these errors usually mean that you either
miss a library to link with or there is a typo in the code, which is
not the case here for sure.
        Bye,
        zyx

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to