Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes:
Changelog: dlls/comctrl32/propsheet.c: Hack around write protected in-memory resources
Please let's not add more hacks on top of the existing ones. This thing needs to be fixed properly once and for all.
"Alexandre" == Alexandre Julliard julliard@winehq.com writes:
Alexandre> Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes: >> Changelog: dlls/comctrl32/propsheet.c: Hack around write protected >> in-memory resources
Alexandre> Please let's not add more hacks on top of the existing Alexandre> ones. This thing needs to be fixed properly once and for all.
Please give at least a hint for a proper fix ...
Bye
Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes:
Please give at least a hint for a proper fix ...
Well I don't really know, someone needs to investigate how Windows does it. But it should be possible to change the window style without copying the template, or if we really need to do the copy write a single routine for that, that parses the template to determine the proper size to copy.