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 bei

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.47&r2=1.48&f=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 I should have added, this patch is good to go in though > > Regards, > Raphael > > ? wined3d.s

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,

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, w

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.47&r2=1.48&f=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 fau

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

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: 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 exceptio