Hi,
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…
Pozdrawiam,
Fryderyk
Od: zyx
Wysłano: poniedziałek, 21 sierpnia 2017 11:21
Do: podofo-users@lists.sourceforge.net
Temat: Re: [Podofo-users] Podofo stdout, quiet mod ?
On Tue, 2017-08-08 at 08:36 +0000, DIEUDONNE, Matthias wrote:
> Is there a parameter to set to disable this ? I do not want my
> program to output anything in the console .
Hi,
try to call somewhere in the main(), or basically before using
the PoDoFo library for the first time:
PoDoFo::PdfError::EnableLogging( false );
PoDoFo::PdfError::EnableDebug( false );
which is used to control these things. Eventually see what other
methods the PoDoFo::PdfError offers.
Bye,
zyx
--
http://www.litePDF.cz i...@litepdf.cz
------------------------------------------------------------------------------
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
------------------------------------------------------------------------------
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