Wine causing strange messages in Linux dmesg log

2005-07-24 Thread Chris Rankin
Hi, Ever since (approx) when the winecfg tool became active, a Windows tool that examined IDE capabilities has stopped working. Instead, the following messages are being written into the dmesg log: hdc: write_intr: wrong transfer direction! hdd: write_intr: wrong transfer direction! hdc is a D

rpc problems with kohan2 installer.

2005-07-24 Thread Oliver Stieber
Hi, I picked up a copy of Kohan 2, but I can't get it to install it looks like an RPC error. trace:rpc:I_RpcSend (0x7bc84e18) trace:rpc:RPCRT4_OpenBinding (Binding == ^0x7bc84e50) trace:rpc:RPCRT4_Receive buffer length = 12 trace:rpc:I_RpcGetBuffer (0x7ba8a6e4): BufferLength=12 trace:rpc:I_RpcG

Re: Writing tests when creating patches

2005-07-24 Thread Detlef Riekenberg
Am Donnerstag, den 21.07.2005, 19:32 +0200 schrieb Paul Vriens: > Wouldn't it be nice if tests accompanied these fixes? Do we have some > guidelines in this? I can't find any guidelines for this. > I know that writing tests is not everybody's hobby. I doesn't knew the way to create the tests a

QuickTime Problems

2005-07-24 Thread Andrew Neil Ramage
I installed the latest RPM release for SuSE 9.3 on my new laptop. Having installed Quick Time, I tried to view some .mov files (trailers) Anyone know what is wrong ? The output to the command window I started wine from is below. [EMAIL PROTECTED]:~/.wine/drive_c/Program Files/QuickTime> wine

Re: change in dlls/version/info.c breaks IBM Translation Manager

2005-07-24 Thread Phil Krylov
Hi Paul, On Sun, 24 Jul 2005 19:17:42 +0200 Paul Vriens <[EMAIL PROTECTED]> wrote: > Will come up with a fix soon. Thanks a lot! -- Ph.

Re: change in dlls/version/info.c breaks IBM Translation Manager

2005-07-24 Thread Paul Vriens
On Sun, 2005-07-24 at 13:26, Phil Krylov wrote: > On Sun, 24 Jul 2005 11:56:38 +0200 > Paul Vriens <[EMAIL PROTECTED]> wrote: > > > could you also send me a +ver trace? > > Here it is (attached). > > -- Ph. Thanks for the trace. It looks like TM is doing a GetFileVersionInfoA with a fixed size

Re: Treat LDAP as X for macro detection in winapi_check

2005-07-24 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > Since we don't use HAVE_LDAP_H, it's an exception as well. There's no reason not to use HAVE_LDAP_H for header checks. -- Alexandre Julliard [EMAIL PROTECTED]

Re: opengl32: fix lots of missings-declarations warnings (reworked)

2005-07-24 Thread Alexandre Julliard
Stefan Huehner <[EMAIL PROTECTED]> writes: > [old message] > this patch adds prototypes for the functions in opengl_norm.c which are > > prefixed with 'wine_'. As this file is generated from the make_opengl > > script this was also modified to emit this additional lines as it

Re: change in dlls/version/info.c breaks IBM Translation Manager

2005-07-24 Thread Phil Krylov
On Sun, 24 Jul 2005 11:56:38 +0200 Paul Vriens <[EMAIL PROTECTED]> wrote: > could you also send me a +ver trace? Here it is (attached). -- Ph. trace Description: Binary data

Re: change in dlls/version/info.c breaks IBM Translation Manager

2005-07-24 Thread Paul Vriens
On Sat, 2005-07-23 at 17:40, Phil Krylov wrote: > Hello, > > http://cvs.winehq.org/cvsweb/wine/dlls/version/info.c.diff?r1=1.47&r2=1.48&f=h > > This recent change in dlls/version/info.c breaks IBM Translation Manager on > startup: > Hi Phil, could you also send me a +ver trace? Cheers, Paul.

Re: comctl32: theming "framework"

2005-07-24 Thread Frank Richter
On 16.07.2005 01:13, Frank Richter wrote: > Frank Richter <[EMAIL PROTECTED]> > Added some generic code to allow subclassing(for the purpose of theming) > of standard controls. What are the issues with this one? -f.r.