Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-07 Thread Vik Kumar
Hmm.. Looks strikingly similar to the label issue with Poser I'm looking at. http://www.winehq.org/pipermail/wine-devel/2005-December/043615.html I haven't had a chance to look at it deeper, but I think the issue lies somewhere in the CreateDIBSection -> DoCopyDIBSection areas. Would you be so ki

Re: Need help in debugging a stack corruption

2006-01-07 Thread Stefan Dösinger
You were right: The crash in HL 1.1.1.0 is fixed with this :) :) Thanks, Stefan pgpwIk5k1G0tJ.pgp Description: PGP signature

Re: Winelib debugging with eclipse in fc4

2006-01-07 Thread Eric Pouech
Michael Ost wrote: A while back I posted a question about how to get debugging working with eclipse in fedora 4. I am having some success, so if anyone else out there is interested here's how it is set up. In regedit: * disabled auto winedbg by renaming AeDebug I changed HKEY_LOCAL_MAC

Re: shell32: fix folder icon index when read from registry

2006-01-07 Thread Vitaliy Margolen
Saturday, January 7, 2006, 9:30:34 AM, Martin Fuchs wrote: > Changelog: > - fix folder icon index when read from registry > - change "DWORD dwNr" into "int icon_idx" at several places Any reason you using int* instead of LPINT? > Index: shell32_main.h > ===

Re: Need help in debugging a stack corruption

2006-01-07 Thread Stefan Dösinger
> Well, an object can have multiple interfaces and still be the same object. > So basically if at each new 'QueryInterface' call you allocation a new > IImpl structure it's wrong regarding COM too... > > For example, you could create a surface1, query interface it to be a > surface2. Then if you ch

Re: Need help in debugging a stack corruption

2006-01-07 Thread Lionel Ulmer
On Sat, Jan 07, 2006 at 12:02:27PM +0100, Stefan Dösinger wrote: > When creating the Interface, I allocate a IImpl structure, and I > assign the VTable of the requested version: > > if(DD7) > object->lpVtbl = &IDirectDraw7_Vtbl; > else if(DD4) > (IDirectDraw4Vtbl *) object->lpVtbl =

Re: Need help in debugging a stack corruption

2006-01-07 Thread Robert Shearman
Stefan Dösinger wrote: IDirectDraw7Vtbl IDirectDraw7_Vtbl = { /* IUnknown */ ... /* IDirectDraw7 */ ... IDirectDrawImpl_SetCooperativeLevel, IDirectDrawImpl_SetDisplayMode, ... } IDirectDraw4Vtbl IDirectDraw4_Vtbl = { /* IUnknown *

Microsoft Office on FreeBSD

2006-01-07 Thread Tom Wickline
Hello, I've put together a little Microsoft Office on BSD howto on the Wiki, If anyone here uses OpenBSD, NetBSD or DragonFlyBSD I would be interested to know if you can get Office 2000 to install and run with Wine out of the box or with my cheats. :D So others who read the howto in the future w

Re: Rein Klazes : user32: Separate menu bitmaps and strings.

2006-01-07 Thread Rein Klazes
On Fri, 06 Jan 2006 22:41:00 -0500, you wrote: > >The set last error function added to GetMenuStringA and GetMenuStringW >removed this check which seems to be still needed. >if (!IS_STRING_ITEM(item->fType)) return 0; > >I have tried several times to make a patch of the changes required but I >

Re: Need help in debugging a stack corruption

2006-01-07 Thread Stefan Dösinger
Hi, > Best would to see the actual code for that as I do not really understand > what you did by reading your description of it. I only have to implement D3D Textures, IDirect3DVertexBuffer and IDirect3DExecuteBuffer, then my new patch will be more or less complete and I'll post it here. Shouldn'

bug in dlls/wined3d/device.c?

2006-01-07 Thread Daniel Skorka
Hi, I have a question regarding the function IWineD3DDeviceImpl_ActiveRender at lines 5806-5807 (that is in wine 0.9.5). If I read [1] correctly, these two lines: PUSH2(GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT); PUSH2(GLX_X_RENDERABLE, TRUE); are illegal, as GLX_X_RENDERABLE must be FALSE when GLX_PB

Re: Need help in debugging a stack corruption

2006-01-07 Thread Lionel Ulmer
On Tue, Jan 03, 2006 at 09:17:14PM +0100, Stefan Dösinger wrote: > To create interfaces for IDirectDraw1 to 7, I created 4 lpVtbl structures for > each version, and I cast most DD7 funtions info the older versions. Only > where the type or the number of parameters is different, I use a wrapper >

Re: Rein Klazes : user32: Separate menu bitmaps and strings.

2006-01-07 Thread paul
Alexandre Julliard wrote: Module: wine Branch: refs/heads/master Commit: b34868dffa0df144ea9d6e1586a67cff70ae9c4e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b34868dffa0df144ea9d6e1586a67cff70ae9c4e Author: Rein Klazes <[EMAIL PROTECTED]> Date: Tue Jan 3 13:23:28 2006 +0100