Thought you all should know....

2005-07-23 Thread Dustin Navea
To the PC reporters and journalists that this email gets sent to, this should probably be sent to people on your lists, pending further research on your part. I got this from the EFF (for those that dont know, thats the Electronic Frontires Foundation, the guys that monitor your privacy), and

Re: Exception Handling with a bad ESP

2005-07-23 Thread Jakob Eriksson
Felix Nawothnig wrote: Dimi Paun wrote: We need to get rid of that seperation - either the DIB should be stored fully on X side (which would require to add some features to X) or fully on Wine side (by implementing a GDI renderer in Wine). You can't have it fully on the X side, since you

Re: Exception Handling with a bad ESP

2005-07-23 Thread Alexandre Julliard
Glenn Wurster [EMAIL PROTECTED] writes: GDI is a very good example of the problem of throwing an exception where the application never intended one to be thrown. If ESP is bad we clobber something. GDI, however, is not the only example. If we fix it so that GDI does not throw exceptions,

Re: More debugger quesions

2005-07-23 Thread Robert Lunnon
On Friday 15 July 2005 02:44, Eric Pouech wrote: Robert Lunnon a écrit : Well we are getting somewhere When my test application segfaults the debugger attaches and runs through a number of debug events eventually ariving at a segfault strace:winedbg:dbg_handle_debug_event

Re: Move 16bit header to include/wine

2005-07-23 Thread Francois Gouget
On Fri, 22 Jul 2005, Vincent Béron wrote: Similar to previous one, only this time it's a whole file. I don't know if current PSDK still carry it, in which case maybe we want to keep it where it is? It's still present in the main directory of the XP-SP2 PSDK. So I think it should remain where

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

2005-07-23 Thread Phil Krylov
Hello, http://cvs.winehq.org/cvsweb/wine/dlls/version/info.c.diff?r1=1.47r2=1.48f=h This recent change in dlls/version/info.c breaks IBM Translation Manager on startup: wine: Unhandled exception (thread 0009), starting debugger... WineDbg starting on pid 0x8 Unhandled exception: page fault

Re: glu32: fix some of -Wmissing-declarations warinings

2005-07-23 Thread Vincent Béron
Le sam 23/07/2005 à 12:06, Stefan Huehner a écrit : [snip] 2 small nits: --- /dev/null 2005-03-29 14:09:30.0 +0200 +++ dlls/glu32/glu_local.h2005-07-23 16:55:03.0 +0200 @@ -0,0 +1,104 @@ +/* A line indicating what this file is for, along with a copyright assignment,

Re: [WineD3D] prepare VBO

2005-07-23 Thread Oliver Stieber
--- Raphael [EMAIL PROTECTED] wrote: Hi, Changelog: - add a new settings for vbo support - use a struct to handle wined3d settings - prepare VBO using some abstraction APIs Hi, I've got debugged and tested VBO support with full support for vertex shaders to go in soon, but I'm

Re: [WineD3D] prepare VBO

2005-07-23 Thread Oliver Stieber
--- Raphael [EMAIL PROTECTED] wrote: Hi, Changelog: - add a new settings for vbo support - use a struct to handle wined3d settings - prepare VBO using some abstraction APIs I should have added, this patch is good to go in though Regards, Raphael ? wined3d.spec.def

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

2005-07-23 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.47r2=1.48f=h This recent change in dlls/version/info.c breaks IBM Translation Manager on startup: wine: Unhandled exception (thread 0009), starting debugger...

Re: [WineD3D] prepare VBO

2005-07-23 Thread Oliver Stieber
--- Raphael [EMAIL PROTECTED] wrote: Hi, Changelog: - add a new settings for vbo support - use a struct to handle wined3d settings - prepare VBO using some abstraction APIs Just a couple of queries.. Why are you passing the offset to GetMemory? I can't see there ever being a