File not found in wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
alpha_one_x86
Level 2
Level 2
Posts: 13
Joined: Sat Aug 23, 2008 2:31 am

File not found in wine

Post by alpha_one_x86 »

Hello, I have bug:
http://files.first-world.info/temp/bug-wine-rc.rar
Run:

Code: Select all

wine windres -i resources-windows.rc -o resources-windows_res.o
That's do:
windres: can't open file `found': No such file or directory
How correct or debug it?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: File not found in wine

Post by vitamin »

alpha_one_x86 wrote:How correct or debug it?
Use "wrc".
alpha_one_x86
Level 2
Level 2
Posts: 13
Joined: Sat Aug 23, 2008 2:31 am

Post by alpha_one_x86 »

wine wrc
wine: could not load L"C:\\windows\\system32\\wrc.exe": Module not found

And I can't edit what command is used, for cross compiling I used Mingw:
http://www.tdragon.net/recentgcc/
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

alpha_one_x86 wrote:wine wrc
Of course this won't work. It's not winelib app. You run it directly 'wrc'.
alpha_one_x86
Level 2
Level 2
Posts: 13
Joined: Sat Aug 23, 2008 2:31 am

Post by alpha_one_x86 »

Yes but I must use windres located in Mingw/bin directory, I can't change it.
Into programms win32/pe the command executed is windres (qmake.exe, make.exe release)
Locked