<br><br><div class="gmail_quote">2011/2/2 Qian Hong <span dir="ltr">&lt;<a href="mailto:fracting@gmail.com">fracting@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear Nikolay and James,<br>
<div class="im"><br>
On Sun, Jan 30, 2011 at 11:09 PM, James McKenzie<br>
&lt;<a href="mailto:jjmckenzie51@earthlink.net">jjmckenzie51@earthlink.net</a>&gt; wrote:<br>
&gt; Qian:<br>
&gt;<br>
&gt; I would like to echo Nikolay&#39;s comment and add one more:<br>
&gt;<br>
&gt; Please search through the Bug Reports before submitting a new one.<br>
<br>
</div>I really feel very sorry, I apologize for posting such issues the<br>
wrong place and making noise. Thank you for your reminder and your<br>
nice work on wine.<br>
I have searched the Bugzilla with ntoskrnl.exe as keyword carefully,<br>
it seems that none of the current bugs mentions unimplemented function<br>
ntoskrnl.exe.IoGetDeviceInterfaces, so I report a new issue here:<br>
<a href="http://bugs.winehq.org/show_bug.cgi?id=25964" target="_blank">http://bugs.winehq.org/show_bug.cgi?id=25964</a><br>
Wish it not a duplicate.<br>
<div class="im"><br>
&gt;<br>
&gt; You might receive more assistance on the Wine User list as well. �Most of<br>
&gt; the developers lurk there.<br>
&gt;<br>
<br>
</div>I&#39;ll post such mails on the Wine User list from now on.<br>
However, may I modestly consults below questions here:<br>
<br>
1. If �a function is implemented in wine dll as a stup, then usually<br>
this function won&#39;t cause crash,<br>
and the wine debug will output �&quot;fix:me ...stup&quot; rather then<br>
&quot;Unimplemented function&quot;, is it right?<br>
2. If a function is listed in the Wine API guide,<br>
<a href="http://source.winehq.org/WineAPI/" target="_blank">http://source.winehq.org/WineAPI/</a> , and marked as stup,<br>
then this function must be implemented as a stup in �wine source code,<br>
is it right?<br>
<br>
I&#39;ve read <a href="http://wiki.winehq.org/DebugChannels" target="_blank">http://wiki.winehq.org/DebugChannels</a> and<br>
<a href="http://wiki.winehq.org/Developers-Hints" target="_blank">http://wiki.winehq.org/Developers-Hints</a>,<br>
but I still have some confusion.<br>
<br>
<br>
Thanks a lot!<br>
<br>
<br>
&gt; Thank you.<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
<br>
--<br>
</font><div><div></div><div class="h5">Regards,<br>
Qian Hong<br>
-<br>
Sent from Ubuntu<br>
<a href="http://www.ubuntu.com/" target="_blank">http://www.ubuntu.com/</a><br>
<br>
<br>
</div></div></blockquote></div>Yes, a stub is a first step to implement a function. Sometimes a stub is enough for the application to proceed.<div>WineAPI is parsed from wine code, so if it says &quot;stub&quot; in the spec file of that dll it means there is no implementation yet, and a stub can be produced.</div>