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
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,
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
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
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
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