Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Acke Carlsson
On Friday 03 September 2004 17:40, Alexandre Julliard wrote: > Mike Hearn <[EMAIL PROTECTED]> writes: > > > If your disassembly-fu is up to it, be my guest ... that doesn't solve > > the problem of mysterious crashes for people using/compiling Wine > > today though. So I'd still vote for a configu

Re: Strnage fff-by-one error

2004-04-20 Thread Acke Carlsson
On Sunday 18 April 2004 18:23, Dimitrie O. Paun wrote: > Folks, > > This is weird one. The Winelib build of AbiWord exposes an off-by-one > error. However, the Win32 build of AbiWord works perfectly (without > this very problem) under Wine/ReactOS/Windows. AbiWord builds flawlessly > under Winelib,

Re: DllOverride for ocx?

2004-01-27 Thread Acke Carlsson
Fabian Cenedese <[EMAIL PROTECTED]> writes: > I have a ocx which works better with a native dll. But there are also other > apps which work worse if this dll is set to native by default. OK, so I add > a setting for the application which uses the ocx. Works. But there are > many apps that use this

Re: Html Help

2004-01-16 Thread Acke Carlsson
On Friday 16 January 2004 16:24, Dimitrie O. Paun wrote: > On January 16, 2004 10:11 am, Martin Fuchs wrote: > > Why not just configure everything in the registry and use ShellExecute() > > to launch the correct applications this way? > > Even better. To be honest, I haven't looked into why we need

Html Help

2004-01-09 Thread Acke Carlsson
iewer-0.1.tar.gz Or get xchm from SourceForge Apologize for wrongly spelling. mvh Acke Carlsson Index: configure.ac === RCS file: /mnt/hd/cvs/wine/wine/configure.ac,v retrieving revision 1.228 diff -u -r1.228 configu

Re: WWN: wn20031017_192.xml

2003-10-17 Thread Acke Carlsson
On Friday 17 October 2003 21:55, you wrote: > If someone wants to come up with a few lines of awk that take > something like this input: > > > > and convert it to this: > Test these lines BEGIN { FS = "\"" } { A+=$2 } { B+=$4 } END { print "" } mvh Acke