Hi Paul,
The purpose of patch 10547 was to link the load order of 16bit dlls and their 32bit parents. eg. commctrl will only be loaded as a native dll if comctl32 is a native dll.
You can probably solve the problem by adjusting the DllOverrides section in your wine config file. To do this, you first need to find which 16 bit dll's load order changed due to the patch, then adjust the load order of it's parent dll.
Mike
Paul R Streitman wrote:
I tested the patches by taking an 01/03 CVS snapshot and replacing the relevant parts from an 01/02 snapshot rather than trying to un-patch the files. Using that technique, I found that the changes in patch 10547 (which required patch 10552 to compile) cause the problem that I am seeing with Lotus Notes. That problem still occurs with current CVS.
Thanks, Paul