On Sat, Aug 22, 2009 at 11:17 AM, Juan Langjuan.lang@gmail.com wrote:
- Creating a vendor.def file doesn't work. The resulting file has an empty
EXPORTS section:
winedump spec vendor.dll winebuild --def -E vendor.spec -o vendor.def
That seems to mean winedump isn't parsing this right, or that it truly has no exports. You want to debug winedump, perhaps by adding the -v flag to winedump.
You can use something like dependancy walker to verify the function names that it exports.