Nested __EXCEPT_PAGE_FAULT handlers?

2006-05-11 Thread Juan Lang
I was checking out a small memory leak in one of my crypt32 tests, and I've finally found the culprit: a test that deliberately causes a page fault (to check that it's handled.) It's still handled, but the function that generates the page fault, CRYPT_AsnEncodeRdn, doesn't have its __TRY block ex

AW: thanks for wine

2006-05-11 Thread Roland Kaeser
>The only major issues that I'm aware of are coping and pasting OLE embedded>objects. That should be taken care of when Rob is finished his COM work.>IMO 633, 2382 and 5061 are not really copy and paste bugs. They are caused>by problems translating from windows data formats to linux data formats an

Re: freedos - dossystem under gpl - for Wine and vdm - fully compatiebel - LFM and all what we need

2006-05-11 Thread Vitaliy Margolen
Thursday, May 11, 2006, 12:45:46 AM, blackcrack wrote: > Hy Peoples, > a idea again... why not use FreeDos in Wine... > as dos for older programms... : You are welcome to start sending patches. Oh wait, it's GPL. PS: Please read first before you send "offers" like this. Vitaliy.

Re: thanks for wine

2006-05-11 Thread Ulrich Czekalla
There may be an odd bug here and there but copy and paste should be working just fine between most applications. At least the X11 driver code should be working correctly. The only major issues that I'm aware of are coping and pasting OLE embedded objects. That should be taken care of when Rob is f

Re: thanks for wine

2006-05-11 Thread Tom Spear
On 5/11/06, Dan Kegel <[EMAIL PROTECTED]> wrote: >> Copy-paste didn't work between wine and Gnome, but everything else was>> without a hitch!>> Doh! What exactly failed? Could you give me the exact steps to reproduce> the problem? Yes, please do!  Let's get a bug filed about this.There are quite a

re: thanks for wine

2006-05-11 Thread Dan Kegel
Copy-paste didn't work between wine and Gnome, but everything else was without a hitch! Doh! What exactly failed? Could you give me the exact steps to reproduce the problem? Yes, please do! Let's get a bug filed about this. There are quite a few copy and paste bugs in Wine, e.g. http://bugs.

Re: SoC idea: fix wine 2398 bug.

2006-05-11 Thread Mike Hearn
On Thu, 11 May 2006 11:48:31 +0200, Alexandre Julliard wrote: > It's not just a simple bug, it's fundamental incompatibilities between > Win32 and X11 windows WRT clipping and repainting, not to mention > inter-process issues. We really don't want to go back to having an X > window for every Win32

Re: Cursor questions

2006-05-11 Thread Mike Hearn
On Tue, 09 May 2006 13:49:53 +0200, Stefan Dösinger wrote: > I noticed that wine always uses it's own mouse cursor image looking like the > standard windows cursor. Is there a reason why the X server mouse cursor > isn't used? Doubtful ... I imagine the reason is that apps rely on the Win32 curs

Re: thanks for wine

2006-05-11 Thread Ulrich Czekalla
On Wed, May 10, 2006 at 10:55:46PM +0300, Marius Andreiana wrote: > Thank you wine developers for allowing me to play the Da Vinci Quest > with Firefox and required Flash 8 plugin, not available for Linux. > Cool. > Copy-paste didn't work between wine and Gnome, but everything else was > without

Re: appdb [HeidiSQL]

2006-05-11 Thread Jonathan Ernst
Le jeudi 11 mai 2006 à 19:52 +0200, Molle Bestefich a écrit : > What's going on with the AppDB? > > It's really annoying to spend a lot of time testing apps, grabbing > screenshots, writing descriptions etc., just to see that nobody > approves the applications entered. > > Can we please drop this

appdb [HeidiSQL]

2006-05-11 Thread Molle Bestefich
What's going on with the AppDB? It's really annoying to spend a lot of time testing apps, grabbing screenshots, writing descriptions etc., just to see that nobody approves the applications entered. Can we please drop this entire "approval of new apps" crap? Or just give me proper privileges to

Re: [Wine] Wine + serial port regression,

2006-05-11 Thread Ron Jensen
On Tue, 2006-05-09 at 21:17 +0200, Eric Pouech wrote: > Uwe Bonnes wrote: > > Hallo, > > > > this is a thread from wine-users. I think further discussion of this issue > > is better done on wine-devel. > > > > In short, Dan Armbrust notices some application (heavy weather.exe) > > accessing the

thanks for wine

2006-05-11 Thread Marius Andreiana
Thank you wine developers for allowing me to play the Da Vinci Quest with Firefox and required Flash 8 plugin, not available for Linux. Copy-paste didn't work between wine and Gnome, but everything else was without a hitch! -- Marius Andreiana http://marius.andreiana.googlepages.com

freedos - dossystem under gpl - for Wine and vdm - fully compatiebel - LFM and all what we need

2006-05-11 Thread blackcrack
Hy Peoples, a idea again... why not use FreeDos in Wine... as dos for older programms... : http://en.wikipedia.org/wiki/FreeDOS regards Blacky

Re: Possibly crazy idea to deal with memory layout problems once and for all

2006-05-11 Thread Mike McCormack
Dan Kegel wrote: I don't think this is good for an SoC project, because the changes are small, and you'll spend more time arguing with Alexandre about the right way to do it than doing actual coding. The changes may sound small to you, but they're probably a month's work for a newbie. The st

Re: Possibly crazy idea to deal with memory layout problems once and for all

2006-05-11 Thread Dan Kegel
On 5/10/06, Mike McCormack <[EMAIL PROTECTED]> wrote: I think win32 and NPTL threads are compatible already. Golly. The issues I see for are reserving the right memory areas, setting up the large stack, establishing a connection to the Wine server and setting up the segment registers (%fs) so

Re: PBuffer and wglMakeCurrent()

2006-05-11 Thread Tomas Carnecky
Alexandre Julliard wrote: > Tomas Carnecky <[EMAIL PROTECTED]> writes: >> As far as I understand, the only way to access x11drv is through GDI >> (which implements ExtEscape), would your proposed change require new >> functions for opengl32 <-> x11drv communication through GDI? Or is it >> somehow

Re: SoC idea: fix wine 2398 bug.

2006-05-11 Thread Alexandre Julliard
"Marcin Kardas" <[EMAIL PROTECTED]> writes: > On http://wiki.winehq.org/OpenGL there is written, that someone has > tried to fix this bug like this - map Windows' window with X window > one to one (it was my first idea). But there is also written, that > > " having a Win32 window <=> X11 window on

Re: wininet: Fix a possible NULL pointer deference (Coverity)

2006-05-11 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > diff --git a/dlls/wininet/dialogs.c b/dlls/wininet/dialogs.c > index 24c8506..f24e4ef 100644 > --- a/dlls/wininet/dialogs.c > +++ b/dlls/wininet/dialogs.c > @@ -119,10 +119,9 @@ static BOOL WININET_GetAuthRealm( HINTER > if( q ) >

Re: PBuffer and wglMakeCurrent()

2006-05-11 Thread Alexandre Julliard
Tomas Carnecky <[EMAIL PROTECTED]> writes: > Even is the functions were implemented in x11drv.. wglMakeCurrent() > still takes a HDC as an argument so the issue how to change the > X11DRV_DEVICE given a HDC would remain. The escape mechanism seems to be > the only way to communicate with the low-l