Thank you, this has muted the messages indeed.
But I would very much like to be sure, that extra checks
anddebugging were not enabled during compilation and that I got
the most possible efficient and quick library build.
Do you may be know which configuration file is commonly
read in all respectful sources?
Thank you very much,
Yuliana

Am 07.01.2015 um 20:19 schrieb zyx:
> 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
>


------------------------------------------------------------------------------
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