Hi All,<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This question is related to the performance of wine using wine and WineLib<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have a win32 program that
uses a dll. I am checking the timing&nbsp; to execute a&nbsp;
function&nbsp; that is exported&nbsp; by the dll<br>
<br>
&nbsp; &nbsp; &nbsp; &nbsp; I wanted to execute this program in Linux&nbsp; (using wine and WineLib) and check the performance.<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When I executed the win32 program in Linux using <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wine &lt;win32program&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The execution time of
the function exported by the dll is as same as in direct execution of
the program in windows<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Then I converted the
dll into .so and compiled and linked this .so with win32 program using
WineLib and Wineg++<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The timing that was
taken to execute the function exported by the dll ( through .so ) is
almost two times, compread with executing using wine.<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Does any one has any
reference for further investigation on this problem or any information<br>
<br>
Thank you<br>
Ajay<br>
<br>