I'm aware of the WINEDEBUG stuff, just wanted to use something that gives me uniform results, the data it outputs is the same on wine as windows, to speed up comparison I've been going through a WINEDEBUG=+all and have found some points of interest,  I just need data to compare that to on a real windows machine (which I am currently setting up in a vm) This project is ultimately going to be moved to lazarus so that I can have a native solution, however wine is damned close to perfect with the corefonts package, a little config tweaking and 
riched20.dll from the nativemsi installer (which by the way the instructions at <a href="http://wiki.winehq.org/NativeMsi">http://wiki.winehq.org/NativeMsi</a>) have been failing for me as of wine 0.9.27 (tested on 0.9.28
 and 0.9.29 still didnt work) fails when i run instmsia.exe with &quot;wine: Unimplemented function mscoree.dll.GetCORSystemDirectory called at address 0x60368820 (thread 0013), starting debugger...<br>Unhandled exception: unimplemented function 
mscoree.dll.GetCORSystemDirectory called in 32-bit code (0x603688a2).<br>&quot;<br>I have been extracting riched20.dll with cabextract for use.<br><br><div><span class="gmail_quote">On 1/20/07, <b class="gmail_sendername">
Andreas Mohr</b> &lt;<a href="mailto:andi@rhlx01.fht-esslingen.de">andi@rhlx01.fht-esslingen.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>On Fri, Jan 19, 2007 at 02:12:49PM -0800, Duane Clark wrote:<br>&gt; Jacob Alberty wrote:<br>&gt; &gt;What method is best to watch the api interaction going on in my<br>&gt; &gt;application so I can see if wine is returning any weirdness that
<br>&gt; &gt;it shouldnt (do normal windows api spy programs work under wine?).<br>&gt;<br>&gt; SPY++, at least older versions, work fine under Wine.<br><br>He most likely isn&#39;t talking about a message spy (i.e. SPY++),
<br>but about API tracers.<br>apispy32 (IIRC) was one of the better API tracers on Windows.<br>On Wine you just use WINEDEBUG=+relay and be done with it<br>(unless you need further channels for specific Windows subsystems).
<br><br>Andreas Mohr<br><br><br></blockquote></div><br>