Paul Vriens wrote:
Austin English wrote:
On Mon, Jul 6, 2009 at 11:56 AM, Aurimas Fišeras<[email protected]>
wrote:
I get this Error: "Can't enumerate test files: 1813". And from
test.winehq.org looks like everyone is getting an error.
Probably related to:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=0dc951694bfeceebeacbb4148e66bb663ba87d1c
The strange thing is that with Resource Tuner I can see the resources.
The only difference I can see between the old exe and the new one is
that the old one referenced them as '1000' where the new one does this
as 'TESTRES'. I can however extract them with this tool without a
problem (and even run the tests).
So changing:
EnumResourceNames (NULL, MAKEINTRESOURCE(TESTRES),
into
EnumResourceNames (NULL, "TESTRES",
in winetest/main.c makes the enumeration work.
No clue yet how to really fix this but I guess the easiest would be to
change the resource back to using 1000.
--
Cheers,
Paul.