--- In [email protected], "excesspapers" <excesspap...@...> wrote: > > How do I disable logging? I tried to modify pprodebug.h to set #define > PPRO_DEBUG_ON 0 but I am still getting entries in the ctx_debug.txt file.
Comment out or remove the define. #ifdef check to see if a define statement exists, regardless of the value. (Maybe #define PPRO_DEBUG_ON with no value will work too, I don't usually do it that way so not sure). > > --- In [email protected], "brucexs" <bswitzer@> wrote: > > > > --- In [email protected], "excesspapers" <excesspapers@> wrote: > > > > > > Sweet success!!!!!!!!! > > > > > > > > > Great, good for you. > > > > When you have a chance, can you post the built exe and dll (with logging > > compiled out?). > > >
