Hi,<br><br>I have a windows dll without source code (vendor.dll) that I want to use in a winelib application. <br><br>There are two problems however:<br><br>1) Creating a vendor.def file doesn&#39;t work. The resulting file has an empty EXPORTS section:<br>
<br>winedump spec vendor.dll<br>winebuild --def -E vendor.spec -o vendor.def<br><br><br>2) According to an older mailing post it should be possbile to use the .def file to link:<br><br>winegcc -o test test.o -lvendor<br><br>
However, this fails:<br><br>/usr/bin/ld: cannot find -lvendor<br>collect2: ld returned 1 exit status<br>winegcc: i486-linux-gnu-gcc failed<br><br><br>Thomas<br>