(for wine-devel readers: this is about the port of Wine DLLs to ReactOS and the problems we're having since a lot of the DLLs have a separate version.rc.)
> From: Filip Navara > > Not really. The actual problem is that binutils supports only one > resource file. Previously it linked correctly the version.rc > file, now > it links correctly the shres.rc file and the version.rc is missing. A > workaround would be to create one file (shell32.rc) that > would #include > both "shres.rc" and "version.rc". Any better idea? You're right, but since the wine dlls on your page contained no version resources either I thought I might get away with it :) Maybe we can convince the Wine people to #include "version.rc" from shres.rc? Does anyone have an idea why that's not done already? G� van Geldorp.
