in reply to Re^2: Win32::GUI Installation Errors
in thread Win32::GUI Installation Errors

dll.exp should be the list of symbols to export (binary format) that's being created right above with the command dlltool --def Constants.def --output-exp dll.exp.

Other than that, I'm afraid I can't offer much wisdom :)  What does dll.exp contain? Maybe the file is empty because the dlltool command failed for some reason? Interestingly, my version of dlltool doesn't have an option --def, only --input-def or -d ...

Update: a little googling suggests that --def is still understood for compatibility, so this shouldn't be an issue.

Replies are listed 'Best First'.
Re^4: Win32::GUI Installation Errors
by Anonymous Monk on Dec 19, 2010 at 23:35 UTC
    No, the file is not empty, however I don't have a program that shows me the real contents. It's at about 730bytes though.

    Now, when you mention MinGW, I think my problem might lie there since I never installed anything like that. I'll download it and set it up and try again. Maybe that's why the file type is "unknown"?

    We'll see. Thanks for your help.

    - Cbeppe