- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Thu, 24 Jun 1999 16:02:13 -0400
- To: Will Sargent <wsargent@best.com>, www-lib@w3.org
At 10:23 6/24/99 -0700, Will Sargent wrote:
>Hi all,
>
>This is probably a newbie question, but I'm not sure how to make TRACE (the
>MSVC macro) work with HTTRACE, or at least get HTTRACE to write output to the
>debug window in MSVC.
>
>Simply putting
>
>int CHTMLParser::tracer (const char * fmt, va_list pArgs)
>{
> TRACE(fmt, pArgs);
> return 0;
>}
Have you tried to use the HTTrace_setCallback(...) to register your trace
function?
Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk
Received on Thursday, 24 June 1999 16:02:18 UTC