Hi,<br><br>The Dll exports its function names using the __stdcall decorations e.g. _GetLibraryVersion@0. Windows OS Dlls also provide an undecorated name (GetLibraryVersion) which winedump expects. While it would be easy to fix winedump I&#39;m not sure this would suffice. Especially I don&#39;t know if it&#39;s actually possible to call decorated Dll functions from a winelib application.<br>
<br>Therefore I&#39;m going to use LoadLibrary <a href="http://et.al">et.al</a>. which is a bit tiresome with 300 exported functions but at least is guaranteed to work.<br><br>Thomas<br>