Hi,
I finally solved the menubar issue (menubar not shown in Lightroom 3.x when Windows version is set to Windows XP or below).
I used a mix of the following patches :
- http://source.winehq.org/patches/data/67089 from Andrew Eikum (GetMenuBarInfo() partial implementation)
- http://www.winehq.org/pipermail/wine-patches/2006-April/026075.html from Thomas Kho (Fix GetMenuItemRect() for top-level menus)
You can find the attached complete patch against wine 1.3.35.
Have a nice day, RB
Le 20/12/2011 12:28, Frédéric Delanoy a écrit :
On Tue, Dec 20, 2011 at 10:04,roland65@free.fr wrote:
Yes, I'm that kind of person (I'm the developer of Xfe and TexMaths) but I've seen the +relay logs logs and they are indeed very huge, even for me! RB
What you can do to reduce/manage the log size:
- Launch any application (without logging), e.g. notepad, so the wine
startup doesn't produce (much) output 2. Run your app with the wine debugger to help with debug output control http://www.winehq.org/docs/winedev-guide/dbg-commands#WINEDBG-DBG-CHAN http://www.winehq.org/docs/winedev-guide/dbg-control
I think those links might help.
Frédéric