RE: iostream and msvcrt?

2004-08-24 Thread Scott Snell
Hi Boaz, Have been off the case for a few days. Is it possible for you to post a copy of your stl_wine.h, stlcomp.h and makefile? I seem to be missing something as I cant get it to work. thanks, Scott. > -Original Message- > From: Boaz Harrosh [SMTP:[EMAIL PROTECTED] > Sent: Sunday, 2

CryptSetProviderExA fix

2004-08-24 Thread James Hawkins
Hi, I'll start off by explaining how the Cryptographic Service Providers are stored in the registry. A lot of advapi32 CSP functions can accept a provider name sent in to use that provider, or advapi32 can use the default provider which is located in the registry at: HKLM\Software\Microsoft\

Re: poll vs. epoll

2004-08-24 Thread Dan Kegel
Shachar Shemesh wrote: Now don't go and do level-triggered stuff just because it's easier :-) That's not it at all, and edge vs. level is not part of my considerations. Libevent does support a wider variety of selection interfaces, and with wider platform support, than your library. Don't get me

Re: poll vs. epoll

2004-08-24 Thread Shachar Shemesh
Dan Kegel wrote: Shachar Shemesh wrote: It doesn't compile (rn.c is not including ). When I fix that, it checks whether epoll_create works. If it does, it sets all handlers to use sigio. I don't think this library is quite stable enough :-) You're a tough customer :-) It's quite close; guess I

Re: poll vs. epoll

2004-08-24 Thread Dan Kegel
Shachar Shemesh wrote: It doesn't compile (rn.c is not including ). When I fix that, it checks whether epoll_create works. If it does, it sets all handlers to use sigio. I don't think this library is quite stable enough :-) You're a tough customer :-) It's quite close; guess I should polish it

Re: Info on debugging requested: trying to run "Hearts of Iron"

2004-08-24 Thread Simon Kitching
On Fri, 2004-08-20 at 12:00, Simon Kitching wrote: > > > > Any suggestions on how to make progress on this issue are welcome. > > If a relay trace doesn't help, then the next thing would be to disas > > surrounding code at 0x004191fb and walk back the code flow to find out > > where the NULL %ecx

Hearts of Iron on Wine

2004-08-24 Thread Simon Kitching
Hi All, I just wanted to let you all know that I have now given the game "Hearts of Iron" a good testing on Wine (no windows partition) and it works *extremely* well; only a few minor issues on startup, all with simple workarounds. I've submitted an entry to the app database for this. What is mor

Re: check box in group box regression

2004-08-24 Thread Robert Reif
Zach Gorman wrote: Does it matter whether the check box is before or after the group box in the Z-order? Does the group box obscure any other controls? If you move the check box so it is half-in and half-out of the group box, for example, does only half of it get cut off? Zach -Original Message

Re: check box in group box regression

2004-08-24 Thread Robert Reif
Zach Gorman wrote: Does it matter whether the check box is before or after the group box in the Z-order? Does the group box obscure any other controls? If you move the check box so it is half-in and half-out of the group box, for example, does only half of it get cut off? Zach -Original Message

RE: check box in group box regression

2004-08-24 Thread Zach Gorman
Does it matter whether the check box is before or after the group box in the Z-order? Does the group box obscure any other controls? If you move the check box so it is half-in and half-out of the group box, for example, does only half of it get cut off? Zach -Original Message- From: Rober

Re: check box in group box regression

2004-08-24 Thread Robert Reif
Zach Gorman wrote: Is this a general problem, or just in the hour.exe example? Is there source for hour.exe? Zach -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reif Sent: Tuesday, August 24, 2004 8:02 AM To: Wine Develop Subject: check box in group

Re: Non-perfect epoll patch

2004-08-24 Thread Shachar Shemesh
Shachar Shemesh wrote: Hi all, Attached is a non-perfect patch for review. This is a migration of the wineserver to use epoll instead of poll (if it's available). current known issue with this patch: 1. Will not compile if HAVE_SYS_EPOLL_H is not 1 (i.e. - won't compile if epoll not available at

Non-perfect epoll patch

2004-08-24 Thread Shachar Shemesh
Hi all, Attached is a non-perfect patch for review. This is a migration of the wineserver to use epoll instead of poll (if it's available). current known issue with this patch: 1. Will not compile if HAVE_SYS_EPOLL_H is not 1 (i.e. - won't compile if epoll not available at compile time) 2. Segfa

Re: Wine Emulation: Swapping functions

2004-08-24 Thread Alexandre Julliard
"Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: > Hi Alexandre, > > This patch allows to load a PE exe to memory. You may notice that > there is no "mass" byte swapping. The technics used here is a bit > developer here: > http://stegefin.free.fr/wine/ > You might prefer a more conventional way of

Re: DbgHelp: Fix for Includes with Relative Paths

2004-08-24 Thread Robert Shearman
Eric Pouech wrote: Robert Shearman a écrit : How does the attached patch look? better, but you should to nuke srcpath (and no longer currpath) in N_SO case, when *ptr is '\0' (it's defensive code, so it shouldn't harm on normally formed stabs file). As a side effect, you don't need also to memse

Re: poll vs. epoll

2004-08-24 Thread Shachar Shemesh
Shachar Shemesh wrote: Dan Kegel wrote: By all means, let's try epoll. FWIW, I wrote a wrapper layer that illustrates how to detect whether epoll etc. are available. I'm convinced that *runtime* detection is the only way to go. That's fine, except that compiling your library on a machine that has

Re: DbgHelp: Fix for Includes with Relative Paths

2004-08-24 Thread Eric Pouech
Robert Shearman a écrit : How does the attached patch look? better, but you should to nuke srcpath (and no longer currpath) in N_SO case, when *ptr is '\0' (it's defensive code, so it shouldn't harm on normally formed stabs file). As a side effect, you don't need also to memset currpath to 0 at

Re: CreateRemoteThread and related stuff (patch)

2004-08-24 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Mike Hearn wrote: > >> Ick. That sounds really really complicated. I'd be tempted to go for >> bringing back the service thread but I wasn't around when it was >> busy causing pain so maybe I sound a bit blase about that :) > > Perhaps the old-timers c

Re: DbgHelp: Fix for Includes with Relative Paths

2004-08-24 Thread Robert Shearman
Eric Pouech wrote: which means that: - we create a new compilation unit (for example) on 2205 => this gives the source directory - we start the main compilation unit on 2206 => /home/dm/wine/dlls/dbghelp/elf_module.c - in this CU, we start a new include file (on ), => /home/dm/wine/dlls/dbgh

Re: CreateRemoteThread and related stuff (patch)

2004-08-24 Thread Robert Shearman
Alexander Yaworsky wrote: Hello Well, not quite. You can open another handle to the process using DuplicateHandle or something else, so you need to go via the server. The simplest way to do this using Win32 is: if (GetProcessId(handle) == GetCurrentProcessId()) You miss. It seems we rea

RE: check box in group box regression

2004-08-24 Thread Zach Gorman
Is this a general problem, or just in the hour.exe example? Is there source for hour.exe? Zach -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reif Sent: Tuesday, August 24, 2004 8:02 AM To: Wine Develop Subject: check box in group box regression

Re: Let StartServiceCtrlDispatcher handle services started other than with StartService (with patch)

2004-08-24 Thread Mike McCormack
Alexander Yaworsky wrote: I even tried to submit a patch but it was silently ignored. Let me remind about this patch -- http://www.winehq.org/hypermail/wine-patches/2004/06/0174.html maybe it will be useful. If you have suggestions, I promise to rewrite it as required ;)) Hi Alexandre, Your patc

check box in group box regression

2004-08-24 Thread Robert Reif
With current cvs, check boxes in group boxes are no longer displayed. See: http://www.winehq.org/hypermail/wine-bugs/2004/08/0136.html

Re: [ck] Re: Threading issues? [ck-request@vds.kolivas.org: ck Digest, Vol 3, Issue 16]

2004-08-24 Thread Mike Hearn
Well, apparently we don't use sched_yield, so the problem must lie somewhere else. Maybe Con can help us out here? Alexandre says he doesn't know what the issue is either and somebody needs to investigate. I guess we do need to concern ourselves over the details :) Interesting. Probably the most

Re: A new regression

2004-08-24 Thread Lionel Ulmer
On Tue, Aug 24, 2004 at 09:37:58AM +0100, Mike Hearn wrote: > For those following along, translated that means: fix that works all the > time blocks on the window management 'rewrite' which means we use X > windows only for toplevels. Last I heard this rewrite was about 2-3 > months away from co

Re: Let StartServiceCtrlDispatcher handle services started other than with StartService (with patch)

2004-08-24 Thread Alexander Yaworsky
Hello > Dont take offence if your patch goes to the void. Just resubmit after a > a week to give it a chance to filter through Alexandre's tree. Its > possible either I merely meant that maybe something wrong with implementation. Well, I will resubmit it soon.

Re: Let StartServiceCtrlDispatcher handle services started other than with StartService (with patch)

2004-08-24 Thread Shachar Shemesh
Steven Edwards wrote: Hi Alexander, --- Alexander Yaworsky <[EMAIL PROTECTED]> wrote: I even tried to submit a patch but it was silently ignored. Let me remind about this patch -- http://www.winehq.org/hypermail/wine-patches/2004/06/0174.html maybe it will be useful. If you have suggestions, I p

Re: Let StartServiceCtrlDispatcher handle services started other than with StartService (with patch)

2004-08-24 Thread Steven Edwards
Hi Alexander, --- Alexander Yaworsky <[EMAIL PROTECTED]> wrote: > I even tried to submit a patch but it was silently ignored. Let me > remind about this patch -- > http://www.winehq.org/hypermail/wine-patches/2004/06/0174.html maybe > it will be useful. If you have suggestions, I promise to > rewr

Re: A new regression

2004-08-24 Thread Mike Hearn
The problem is that the app uses OpenGL for painting, and OpenGL doesn't support the IncludeInferiors clipping mode. Fixing that properly will require getting rid of X windows for child windows, but in the meantime I have added a workaround that should work in most cases. For those following along,

Re: Let StartServiceCtrlDispatcher handle services started other than with StartService (with patch)

2004-08-24 Thread Alexander Yaworsky
Hello In fact, the existing implementation of service subsystem in advapi32 is very poor and is sufficient only for very simple services or test programs. I tried to launch oracle 7 database under wine and that trial has been failed. The main problem was inability of parameter passing. Not only