Hi All<br>
&nbsp;&nbsp;&nbsp;&nbsp; I am having a Simple DLL that was developed
and used by the Windows Application. I am trying to port this windows
DLL into linux to create the .so file and want to use the same.<br>
&nbsp;&nbsp;&nbsp;&nbsp; As metioned in the winedump tool, <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I generated the spec file using the command <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&gt; winedump spec simple.dll <br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and inserted the
Stub DLL into wine tree as metioned in the winedump README<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am able to see the <a href="http://simple.dll.so">simple.dll.so</a> file dlls directory.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I created the .def file using the winebuild in the dlls/SimpleDll directory.<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When I&nbsp; try to load this dll
using &quot;LoadLibrary(&quot;Simple.dll&quot;)&quot; I am getting the &quot;Module Notfound
error&quot;.<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I tried the same function after loading the same .so file into /usr/local/lib/wine also.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Still I am getting the same error. <br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BTW: I am able to load the built-in dlls in wine without any problem.<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Can any one through some ideas....<br>
<br>
<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
<br>
&nbsp;<br>