Possible minor bug in bin2res

Alexandre Julliard julliard at winehq.com
Sat Jun 1 20:23:43 CDT 2002


"Steven Edwards" <Steven_Ed4153 at yahoo.com> 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
julliard at winehq.com



More information about the wine-devel mailing list