hi, its zee here, i am a student and i have just came to know about wine 2-3 weeks ago. i have started studying it for exploration purpose. its quite a great effort of u people. really it is........ nways the problem i m having is that i m not clearly understanding debug channels. i actually was trying to be a part of developers of wine and i tried to implement an API but when i wrote and included it in the source it could not be compiled i got an error
" invalid debug channel specification ' ZEE_DEFAULT_DEBUG_CHANNEL( );' "
i de have define ZEE_DEFAULT_DEBUG_CHANNEL in debug.h but frankly i have not actually understood the complete philosphy of these debug channels that how they work and how are they defined properly.
plz,.......anybody help me. i m a student so dont mind if it is really rediculous type of problem......:-)
zeeshan xeshaan@yahoo.co.in
Yahoo! India Matrimony: Find your partner online.
On Thu, 27 May 2004 08:48:18 +0100, zeeshaan umer wrote:
" invalid debug channel specification ' ZEE_DEFAULT_DEBUG_CHANNEL( );' "
You use it like this:
WINE_DEFAULT_DEBUG_CHANNEL( whatever );
TRACE("foo\n");
will print:
trace:whatever:some_func foo
thanks -mike