RE: Running tests on windows

2002-04-08 Thread Steven Edwards
I use mingw with the wine headers for the winelib applications and dlls and it worked fine a few months back. Please use the WINELIB headers. We are using wine as our Win32 subsystem under reactos and I want to keep it as self-contained as possible. Mingw32s headers are very incompleate. This is

Re: Running tests on windows

2002-04-08 Thread Shachar Shemesh
Geoffrey Hausheer wrote: On Sunday 07 April 2002 20:29, you wrote: Geoffrey Hausheer [EMAIL PROTECTED] wrote: So is there a better solution than the three I've listed? And why won't wine let me include 'windows.h', but under windows it is required? Probably it would be better to use Wine

Re: [PATCH] async IO API, reworked

2002-04-08 Thread Martin Wilck
Dear Alexandre, - separate cleanly between async scheduling and file IO related issues, - make the API compatible with other types of async requests (e.g. for sockets), - remove exports of async IO related functions for DLL separation. You cannot add private headers to work around the

Re: ChangeSet ID: 10178643640749867230924828 - oops.

2002-04-08 Thread Huw D M Davies
On Sat, Apr 06, 2002 at 10:49:55PM -0500, [EMAIL PROTECTED] wrote: Log message: Huw D M Davies [EMAIL PROTECTED] The horizontal dialog base unit is calculated as the straight average of a-z,A-Z (tmAveCharWidth is supposed to be a weighted average according to

Re: Running tests on windows

2002-04-08 Thread Geoffrey Hausheer
On Monday 08 April 2002 00:23, Francois Gouget wrote: I think I will work on extending your script to also generate Makefiles for use with Visual C++. The way it will work with Visual C++ is that you are supposed to run a batch script provided by Visual C++ (vcvars32.bat). This script

Starting application from a directory with some kernel32.dll

2002-04-08 Thread Uwe Bonnes
Hallo, when an application is run in a directory, where there is also a kernel32.dll, and this is _not_ the system directory, MODULE_GetLoadOrder doesn't strip the path and therefore crashes when native kernel32.dll is loaded. While the header of MODULE_GetLoadOrder talks about any path is

[PATCH] winemaker + DLL paths

2002-04-08 Thread Martin Wilck
I found that winemaker-generated configure scripts bail out with recent CVS versions of wine. The appended patch fixes this. It may be not exactly what the winemaker authors intended, but at least it generates working configure scripts for me. Martin -- Martin WilckPhone: +49

Re: Starting application from a directory with some kernel32.dll

2002-04-08 Thread winedev
Wouldn't using a native kernel32.dll be a bad and a snowballs-chance-in-hell-of-working thing anyway? :) Regards,| It's always bad news in computing.. and beware | of anything claming to be good news - because | its probably a virus. - Salmon Days

CVS won't compile with wine/dlls/winsock socket.c ws2_32.spec patchapplied

2002-04-08 Thread Tony Lambregts
wine compiles fine with my system until this patch is applied http://www.winehq.com/hypermail/wine-cvs/2002/04/0087.html after it is applied it stops with the following errors socket.c: In function `WSASendTo': socket.c:1990: sizeof applied to an incomplete type socket.c:2000: arithmetic on

Re: ChangeSet ID: 10178643640749867230924828 - oops.

2002-04-08 Thread lawson_whitney
On Mon, 8 Apr 2002, Huw D M Davies wrote: Hi Lawson, Are you using client side or server side (X11) fonts ? Huw. It would be server-side, I guess. I am still using XFree 3.3.6, and haven't done anything about fonts for a couple of years. Lawson

winver

2002-04-08 Thread Rizsanyi Zsolt
Hi! I have tried to run my program with --winver nt40. And it was ok But when I started the program by the means of setup.exe (its the autorun program on a cd which detects if the program is already installed, and automatically starts it), then the program was not running like it had got the

Re: wine/controls edit.c

2002-04-08 Thread Dimitrie O. Paun
On April 8, 2002 07:46 pm, Alexandre Julliard wrote: ChangeSet ID: 1018309592593147649736242 CVSROOT: /opt/cvs-commit Module name: wine Changes by: [EMAIL PROTECTED] 02/04/08 18:46:32 Modified files: controls : edit.c Log message: Dmitry Timoshkov [EMAIL

Re: [PATCH] async IO API, reworked

2002-04-08 Thread Alexandre Julliard
Martin Wilck [EMAIL PROTECTED] writes: To achieve that, we can put functionally equivalent code into each DLL's sources, or we can provide a header that defines only static functions - as the first version of my patch did. That approach has the advantage that we won't have to repeat the same

Re: Starting application from a directory with some kernel32.dll

2002-04-08 Thread Alexandre Julliard
Uwe Bonnes [EMAIL PROTECTED] writes: when an application is run in a directory, where there is also a kernel32.dll, and this is _not_ the system directory, MODULE_GetLoadOrder doesn't strip the path and therefore crashes when native kernel32.dll is loaded. While the header of

Re: wine/controls edit.c

2002-04-08 Thread Dmitry Timoshkov
Dimitrie O. Paun [EMAIL PROTECTED] wrote: Log message: Dmitry Timoshkov [EMAIL PROTECTED] Added CS_PARENTDC style. We can see that from the patch :-) Why did you do it though? Actually that was a part of a larger patch. Don't know why Alexandre haven't applied it as a whole.

Bitblt::Maskblt code ready for CVS

2002-04-08 Thread Lonnie Cumberland
Hello All, I have worked out the modifications and implementation for the maskblt() functin in the graphics/bitble.c sources and have been able to run it in my version of wine 20020310 release. How can I get the source for the new bitble.c, or the new Maskblt() routine added to the CVS tree?

Invalidation problems

2002-04-08 Thread Dimitrie O. Paun
People, I think I can reproduce one of those ugly redraw problems. The problem manifests itself in the Microsoft Control Spy. This program looks like in figure http://www.dssd.ca/wine/mscs1.png. If I click on the Styles menu, I get a dialog like this: http://www.dssd.ca/wine/mscs2.png The

Re: Invalidation problems

2002-04-08 Thread Dimitrie O. Paun
On April 8, 2002 11:22 pm, Dimitrie O. Paun wrote: Now, what happens is that sometimes, they scroll off with a bit of dialog caption in them as shown here: http://www.dssd.ca/wine/mscs3.png Do not mind the black rectangle in this shot, it's because of the tooltip which was not not captured