Re: bin2res - Make adding resources work on Windows.
"Steven Edwards" <steven_ed4153(a)yahoo.com> wrote:
I dont know if anyone else has tried this but when I try to add resources to a *.rc I get a error. This patch fixes it.
What kind of error do you get? I just tried to change an .rc and to rebuild resources of commdlg under cygwin and I don't see any problem with it. -- Dmitry.
On 18.01.2004 11:52:06 Dmitry Timoshkov wrote:
"Steven Edwards" <steven_ed4153(a)yahoo.com> wrote:
I dont know if anyone else has tried this but when I try to add resources to a *.rc I get a error. This patch fixes it.
What kind of error do you get? I just tried to change an .rc and to rebuild resources of commdlg under cygwin and I don't see any problem with it.
The error does not occure when build with cygwin. It's displayed only when build with MinGW: Processing failed: File exists Regards, Martin
"Martin Fuchs" <martin-fuchs(a)gmx.net> wrote:
The error does not occure when build with cygwin. It's displayed only when build with MinGW:
Processing failed: File exists
Thanks. Now I see the cause of that: 'rename' will fail if the target already exists. -- Dmitry.
participants (2)
-
Dmitry Timoshkov -
Martin Fuchs