<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="font-family: arial,sans-serif; font-size: 12px;">Hi,<span class="Apple-converted-space"> </span><br>
I&#39;ve created a small executable on windows which calls<span class="Apple-converted-space"> </span><br>GetFileVersionInfo() and VerQueryValue() to extract VS_VERSION_INFO<span class="Apple-converted-space"> </span><br>
from various windows binary files. I want to use this utility under<span class="Apple-converted-space"> </span><br>wine on linux system. Everything works fine for most of the files but<span class="Apple-converted-space"> </span><br>
for some older dlls I&#39;m not getting correct version information.<span class="Apple-converted-space"> </span><br>In the wine sources I found some of the functions for previous (16-<span class="Apple-converted-space"> </span><br>
bit) version info extraction to be stubs.<span class="Apple-converted-space"> </span><br>I tried replacing version.dll in $HOME/.wine/drive_c/windows/system32<span class="Apple-converted-space"> </span><br>with the one on my windows XP box but nothing happens. I still don&#39;t<span class="Apple-converted-space"> </span><br>
get complete information.<span class="Apple-converted-space"> </span><br>Is there a way to achieve this.<span class="Apple-converted-space"><br></span>Thanks,<span class="Apple-converted-space"> </span><br>Kapil.<span class="Apple-converted-space"> <br>
</span></span></span>