Hi, On Fri, Jan 19, 2007 at 02:12:49PM -0800, Duane Clark wrote: > Jacob Alberty wrote: > >What method is best to watch the api interaction going on in my > >application so I can see if wine is returning any weirdness that > >it shouldnt (do normal windows api spy programs work under wine?). > > SPY++, at least older versions, work fine under Wine.
He most likely isn't talking about a message spy (i.e. SPY++), but about API tracers. apispy32 (IIRC) was one of the better API tracers on Windows. On Wine you just use WINEDEBUG=+relay and be done with it (unless you need further channels for specific Windows subsystems). Andreas Mohr