Re: still many warnings from Mesa

2003-07-02 Thread Sylvain Petreolle
Hi Lionel, Im using Xfree86 standard headers (no NVidia/ATI/... headers) and Linux RH 9. I'm getting the same warning as Gerard's however. = Well, the Linux ABI tells this : 4.4. glx.h must include the prototype of the glXGetProcAddressARB extension described above. 4.5. All

Compiler warnings

2003-07-02 Thread Marcelo Duarte
gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -D__WINESRC__ -D_OLEAUT32_ -DCOM_NO_WINDOWS_H -Wall -mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -g -O2 -o variant.o variant.c variant.c: In function `VarBstrFromDate': variant.c:3576: warning: `%x' yields only last 2

WCMD not working anymore

2003-07-02 Thread Sylvain Petreolle
Trying to run builtin commands with WCMD like dir or exit returns 'File not found'. Doing some debug, it seems there is a problem with kernel.CompareStringA. In wcmdmain.c, we have this call : for (i=0; i=WCMD_EXIT; i++) { if (CompareString (LOCALE_USER_DEFAULT, NORM_IGNORECASE |

Wine Status DLL's Final :)

2003-07-02 Thread Tom
Okay here is the final version that I have Any comments before I send it to Wine-Patches ? Changlelog from last version 1) Add more WWN links 2) Add Robert North as worker to Wintab32 3) change Wintab32 status from 80% to 25% 4) Add iphlpapi.dll, Juan as worker 50% Tom Wine Status -

Can I modify winuser.h ?

2003-07-02 Thread olivier
Hello, I try to use a win32 app that use the user32 function: BOOL WINAPI FlashWindowEx(PFLASHWINFO pfwi ) the implemented function in Wine is: BOOL WINAPI FlashWindow( HWND hWnd, BOOL bInvert) My question, can I modify the user32.spec and the winuser.h to add this function with? BOOL WINAPI

Re: still many warnings from Mesa

2003-07-02 Thread Vincent Béron
Le mer 02/07/2003 à 02:29, Sylvain Petreolle a écrit : Hi Lionel, Im using Xfree86 standard headers (no NVidia/ATI/... headers) and Linux RH 9. I'm getting the same warning as Gerard's however. Those are Mesa 3.4.2 headers IIRC, ie the same as Gerard's (again IIRC). Vincent

Re: Can I modify winuser.h ?

2003-07-02 Thread Mike Hearn
My question, can I modify the user32.spec and the winuser.h to add this function with? Yes, but bear in mind you will need to implement it, just an empty function with a FIXME(stub\n); will do. And an other question. After modifying the user32.spec to rebuild, do I just type make? Yes.

Re: Copy Paste doesn't work again

2003-07-02 Thread Ferenc Wagner
Ulrich Czekalla [EMAIL PROTECTED] writes: Sure, I'll take a look. Once at it, let me express my concerns. Before that last patch went in, I was using the following local modifications: Index: dlls/x11drv/clipboard.c === RCS file:

Fwd: Simple TCP client (winsock) does nothing

2003-07-02 Thread Ferenc Wagner
Hi, I decided to forward this from the user newsgroup (having read the latest WWN :)) Feri. From: [EMAIL PROTECTED] (Steve) Newsgroups: comp.emulators.ms-windows.wine Subject: Simple TCP client (winsock) does nothing Date: 30 Jun 2003

Re: Copy Paste doesn't work again

2003-07-02 Thread Ulrich Czekalla
Thanks for log. Could you give this patch a try. It fixes some problems I found as well as reintegrates the COMPOUND_TEXT patch that Kusanagi Kouichi summited. Thanks, /Ulrich On Mon, 2003-06-30 at 13:46, Rein Klazes wrote: On 30 Jun 2003 10:51:07 -0400, you wrote: Sure, I'll take a look.

Re: Copy Paste doesn't work again

2003-07-02 Thread Rein Klazes
On 02 Jul 2003 13:45:46 -0400, you wrote: Thanks for log. Could you give this patch a try. It fixes some problems I found as well as reintegrates the COMPOUND_TEXT patch that Kusanagi Kouichi summited. Thanks, /Ulrich On Mon, 2003-06-30 at 13:46, Rein Klazes wrote: On 30 Jun 2003

testers needed with win 9x/me

2003-07-02 Thread Stefan Leichter
Hello, before i convert the function QueryDosDevice from ascii to unicode i did some testings on my NT box. The result returned of the test are much different from what the current implementation returned. Therefore i am okking for some testers which are building the attached program on their

Fwd: testers needed with win 9x/me

2003-07-02 Thread Stefan Leichter
Ok, this time with the test program attached ;-) Stefan -- Forwarded Message -- Subject: testers needed with win 9x/me Date: Wednesday 02 July 2003 21:33 From: Stefan Leichter [EMAIL PROTECTED] To: Wine Devel [EMAIL PROTECTED] Hello, before i convert the function

Re: testers needed with win 9x/me

2003-07-02 Thread Michael Stefaniuc
Hi, On Wed, Jul 02, 2003 at 09:33:34PM +0200, Stefan Leichter wrote: before i convert the function QueryDosDevice from ascii to unicode i did some testings on my NT box. The result returned of the test are much different from what the current implementation returned. Therefore i am okking

Re: Copy Paste doesn't work again

2003-07-02 Thread Ulrich Czekalla
Sure another trace would be helpful :-) It seems like we couldn't fetch the TARGETS from the selection owner for some reason. /Ulrich On Wed, 2003-07-02 at 15:19, Rein Klazes wrote: snip Ulrich, With the patch copypaste from Agent to 'X', as well as as within Agent work fine again.

Re: Copy Paste doesn't work again

2003-07-02 Thread Ulrich Czekalla
On Wed, 2003-07-02 at 07:34, Ferenc Wagner wrote: Ulrich Czekalla [EMAIL PROTECTED] writes: Sure, I'll take a look. Once at it, let me express my concerns. Before that last patch went in, I was using the following local modifications: Index: dlls/x11drv/clipboard.c

Problems installing Office 2k(from latest cvs)

2003-07-02 Thread Boris
I have downloaded the latest wine cvs and it seems that trying to install Office 2000 on a clean wine installation doesn't go very far anymore. I can enter my cd key and tell it where to install my data but before the screen showing the files being installed, wine all of a sudden ends but the

Re: WCMD not working anymore

2003-07-02 Thread Dmitry Timoshkov
Sylvain Petreolle [EMAIL PROTECTED] wrote: do you know how to run _all_ tests with verbose output when using 'make test' ? What do you mean by a verbose output? WINETEST_REPORT_SUCCESS=1; make test will print nice Test succeeded for every test case without errors. -- Dmitry.

Re: WCMD not working anymore

2003-07-02 Thread Francois Gouget
On Thu, 3 Jul 2003, Dmitry Timoshkov wrote: Sylvain Petreolle [EMAIL PROTECTED] wrote: do you know how to run _all_ tests with verbose output when using 'make test' ? What do you mean by a verbose output? WINETEST_REPORT_SUCCESS=1; make test Without the semi-colon actually: