Trace bug?

new topic     » topic index » view thread      » older message » newer message

Under Win32, the trace routine brings up the console window when passed a
parameter of zero. For example, I had written some conditional debug code
that used the flag traceFlag:

   integer traceFlag
      traceFlag = 0

I wanted the trace window to conditionally appear, so I wrote:

   trace( traceFlag )

This causes the console window to appear, even if traceFlag is zero.

-- David Cuny

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu