On Wed, 2015-01-07 at 17:46 +0300, Yuliana Zigangirova wrote:
> 
> I have tried to unset precompiler  defines in "podofo_config.h" like 
> "DEBUG" and "PODOFO_VERBOSE_DEBUG" but
> this output is still here.   So, where should I set precompiler 
> defines (like DEBUG, PODOFO_EXTRA_CHECKS etc.)
> when compiling manually?  How is correct error verbosity set?  What 
> would be correct options for production build?  I have used  Borland 
> options for
> release build.
> 

        Hi,
try, somewhere in main(), to call:
   PdfError::EnableLogging(false);
   PdfError::EnableDebug(false);
It'll mute those messages, if I recall correctly.
        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to