hi:<br><br>I am sorry to disturb you with a question about calling PE Dll on linux.<br>This is really an old question.<br>I found the sameness issues in mail list.<br><br><a href="http://www.winehq.org/pipermail/wine-devel/2003-December/thread.html">
http://www.winehq.org/pipermail/wine-devel/2003-December/thread.html</a><br><a href="http://www.winehq.org/pipermail/wine-devel/2005-November/thread.html#41917">http://www.winehq.org/pipermail/wine-devel/2005-November/thread.html#41917
</a><br><a href="http://www.winehq.org/pipermail/wine-users/2004-August/014685.html">http://www.winehq.org/pipermail/wine-users/2004-August/014685.html</a><br><a href="http://www.winehq.org/pipermail/wine-devel/2006-August/050619.html">
http://www.winehq.org/pipermail/wine-devel/2006-August/050619.html</a><br><br>I have tried the ways discussed in these threads��<br>But it&#39;s not clear enough how to do this.<br>So I send this mail to you for some help.
<br><br>I have a PE Dll named Arithmetic.dll which exports a function,<br>it&#39;s prototype is:<br>void sort(unsigned int*, int num)<br><br>I want to call the function in my Linux App.<br><br>I used winedump to generate a spec file
<br><br>winedump spec Arithmetic.dll<br><br>This comand generated three files: Arithmetic_dll.h Arithmetic_main.c and Arithmeticspec.<br>What&#39;s the next exactly step I should do?<br>What&#39;s the usage of the three files?
<br>And wow could I use them?<br><br><br>I made reference to mplayer&#39;s implementation,  <br>It&#39;s code is a little clutter�� and I don&#39;t have experience on MS D-Show.<br>Could you give me some simple sample codes ??
<br><br>Best Regards.<br><br>-- <br><a href="mailto:trulyliu@gmail.com">trulyliu@gmail.com</a><br clear="all"><br>