Re: [SOLVED] Debugging Wine with Lightroom 3.5

2012-01-18 Thread Roland Baudin

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,rolan...@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:
1. 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




--
X File Explorer http://roland65.free.fr/xfe
Toutes Choses http://roland65.free.fr/ttc


getmenubarinfo.patch.gz
Description: GNU Zip compressed data



Re: [SOLVED] Debugging Wine with Lightroom 3.5

2012-01-18 Thread Joris Huizer

On 01/18/2012 10:10 PM, Roland Baudin wrote:


You can find the attached complete patch against wine 1.3.35.




Hello Roland,

Please send patches to wine-patches.
Unless you are asking for feedback?

HTH,
Joris