Dwarf2 - support e0 ie DW_OP_lo_user

2009-03-28 Thread Alban Browaeys
I still have to find why (probably gcc related) but under debian sid (no problems under lenny, have not tested squeeze yet) "winedbg --gdb regedit" trigger an infinite loop error: $ winedbg --gdb regedit 0017:0018: create process 'C:\windows\system32\regedit.exe'/0x110640 @0x7eb62c04 (0<0>) fixm

RICHEDIT_CLASS10A debugging and testing

2007-04-17 Thread Alban Browaeys
Hi I am trying to build a test case for a bug I have with RichEdit10ANSIWndProc called with EM_GETTEXTRANGE on an editor with two newlines at the end of the range. In such case ME_GetTextW is called with editor->bEmulateVersion10 which does nChars--;. In the case of a newline nChars is 1 thus bec

Re: Rough Draft

2005-04-12 Thread Alban Browaeys
Le Mon, 11 Apr 2005 22:58:31 +0100, Andrew Neil Ramage a écrit : > Rough Draft is a useful Windows word processor that natively saves files > in .RTF format. Unfortunately, when installing it I got the following > errors: > > fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub > fixme:ri

Re: [Wine]Re: ie5, ie6 won't install

2005-04-07 Thread Alban Browaeys
Le Thu, 07 Apr 2005 11:46:02 +0100, Damnation a écrit : > ah i see, well they did suggest installing aol 7 on wine but everytime i did > (they've done it) > i kept getting aol needs to restart to install windows services. > either that or windows needs to restart to install aol services. maybe y

Re: Fun desktop integration tasks

2004-11-28 Thread Alban Browaeys
> Task 4: > Try updating the menu mapping code to support the new XDG menu > specification. Don't bother trying to make this work everywhere, it's a > total nightmare. Just try supporting the new standards. Be warned: not > every desktop/distro supports this yet! > > This one might be quite hard.