c:\out.txt
c:\out.txt
i now (in dd version 1.13) get a file called "c:\out.txt". it seems to contain debug info for the oda dwg toolkit. is this file produced by the toolkit? is there any doc on how to use/configure/override this debug feature?
if this is a debug dump, then configuring the name of the output file and enabling/disabling it would be nice.
-rune jorgensen
www.dds.no
this file is produced by trace function in debug dd libraries.
to alter tracing function you can use odsettracefunc() - see diagnostics.h
sergey slezkin
i'm a bit sceptical to let the default behaviour of (even a debug build) write a growing file to the root directory. i would prefer the default to be a dummy/nop.
alternatively an odsettracefile(pathname) func. if odsettracefile(null) is called no output is generated. this would be the initial condition.
-rune jorgensen
www.dds.no