On Mon, 22 Sep 2003, Stas Bekman wrote: > I've noticed from your reports that the tracing has more > problems: it doesn't report the function name. [ .. ] > there is no way to get the name of the currently executed > function on win32?
There's not a __FUNCTION__ macro with VC++ 6 - one has been added in VC++ 7, I believe. In such cases where it doesn't exist, might it be useful to report instead the __LINE__ and __FILE__? -- best regards, randy kobes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
