Make winelib resource data writeable

Alexandre Julliard julliard at winehq.org
Mon May 16 09:03:44 CDT 2005


Felix Nawothnig <felix.nawothnig at t-online.de> writes:

> By the way, anyone knows if writing to a (readonly) resource throws an
> exception on windows (which is handled & ignored by kernel32.dll) one
> can catch or does the PE loader maybe ignore the RO flag for .rsrc?

Yes, Windows has an exception handler too. And actually I would expect
our handler to work on builtins too, so probably the first thing to do
is to figure out why this isn't the case.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list