"Steven Edwards" <[EMAIL PROTECTED]> writes: > I have been working on a small project that I am going to be submitting > to the wine tree that used binary resources under windows and when I > went to convert the files with bin2res I get this error "rename: File > exists" It dumps the right wine resource information to the resouce-tmp > file but when it goes to unlink the tmp file is when the error happens > and the information must be manualy added to the rsrc.rc
You most likely need to remove the destination file before the rename, Windows is too stupid to do it itself. -- Alexandre Julliard [EMAIL PROTECTED]