Re: [usp10] Add stubbed support for ScriptGetFontProperties - os -3

2005-07-31 Thread Jesse Allen
On 7/31/05, Oliver Stieber <[EMAIL PROTECTED]> wrote: > third time lucky. Needs semicolon on usb10.h line 109, then it's OK.

Re: LoadString problems

2005-07-31 Thread James Hawkins
On 7/31/05, Felix Nawothnig <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: > >>>Maybe that only returns the > >>>hinstance of the process calling the module, and not the hinstance of > >>>the module itself. > >>Ofcourse it doesn't do that, how should it know from what module the > >>call came fr

Re: Half-Life 2 Regression

2005-07-31 Thread Oliver Stieber
--- James Liggett <[EMAIL PROTECTED]> wrote: > Hi, > On July 25 I updated my Wine CVS copy and tried to test HL2. My machine > hard-locked at the loading screen. Two days ago I updated and the > problem still exists. It gives me an error about a swap chain: > > fixme:d3d:IWineD3DDeviceImpl_Get S

Re: [usp10] Add stubbed support for ScriptGetFontProperties - os -3

2005-07-31 Thread Oliver Stieber
third time lucky. --- Oliver Stieber <[EMAIL PROTECTED]> wrote: > > --- Oliver Stieber <[EMAIL PROTECTED]> wrote: > > > Hi, > >This patch adds stubbed support for ScriptGetFontProperties which is > > used by d3dxof fonts > if > > usp10.dll is found. I recommend disabling usp10.dll (uniscrib

Re: [usp10] Add stubbed support for ScriptGetFontProperties - os -2

2005-07-31 Thread Jesse Allen
SCRIPT_CACHE not defined? make[2]: Entering directory `/home/jesse/.local/build/wine/dlls/usp10' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o usp10.o usp10.c usp1

Re: [usp10] Add stubbed support for ScriptGetFontProperties

2005-07-31 Thread Jesse Allen
On 7/31/05, Oliver Stieber <[EMAIL PROTECTED]> wrote: > Hi, >This patch adds stubbed support for ScriptGetFontProperties which is used > by d3dxof fonts if > usp10.dll is found. I recommend disabling usp10.dll (uniscribe support) or > using usp10.dll from > windows for now otherwise some text

Re: LoadString problems

2005-07-31 Thread Felix Nawothnig
James Hawkins wrote: Maybe that only returns the hinstance of the process calling the module, and not the hinstance of the module itself. Ofcourse it doesn't do that, how should it know from what module the call came from? I didn't think so, so shouldn't GetModuleHandle(NULL) work? It leads me

Progress with syncing a Palm with Palm Desktop

2005-07-31 Thread James Liggett
Hello all, Over the past few weeks, I have been working on syncing a Palm with Palm Desktop and Hotsync with WINE. I have made some progress in this endeavor. I am successfully able to sync serial based Palms on the first try. It works flawlessly, even with third party conduits. On subsequent tries

Re: LoadString problems

2005-07-31 Thread James Hawkins
On 7/30/05, Felix Nawothnig <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: > > Maybe that only returns the > > hinstance of the process calling the module, and not the hinstance of > > the module itself. > > Ofcourse it doesn't do that, how should it know from what module the > call came from?

Half-Life 2 Regression

2005-07-31 Thread James Liggett
Hi, On July 25 I updated my Wine CVS copy and tried to test HL2. My machine hard-locked at the loading screen. Two days ago I updated and the problem still exists. It gives me an error about a swap chain: fixme:d3d:IWineD3DDeviceImpl_GetSwapChain (0x7b946e8) unable to find swapchain 0 I didn't no

Re: Flush serial port

2005-07-31 Thread James Liggett
Hi Uwe, In my opinion, I do think something is amiss with Wine's handling of serial port data after a program is done with them. Case in point: I've been able to sync a serial Palm cradle with wine on the first try. After that, Hotsync doesn't pick up the palm. I have to reboot before it works agai

Re: winecfg in 640x480

2005-07-31 Thread Oliver Stieber
--- Joseph Garvin <[EMAIL PROTECTED]> wrote: > Jesse Allen wrote: > > >That's managed, not desktop. Right? =) If it's not managed and in > >the desktop window @ 640x480 then it's a little hard to reach the OK > >with the mouse cursor. > > > >I actually use TWM, and it allows the same thing, a

Re: winecfg in 640x480

2005-07-31 Thread Joseph Garvin
Jesse Allen wrote: That's managed, not desktop. Right? =) If it's not managed and in the desktop window @ 640x480 then it's a little hard to reach the OK with the mouse cursor. I actually use TWM, and it allows the same thing, at least according to my twmrc. Pretty sure just about every

Re: [usp10] Add stubbed support for ScriptGetFontProperties

2005-07-31 Thread Oliver Stieber
--- Felix Nawothnig <[EMAIL PROTECTED]> wrote: > Oliver Stieber wrote: > > +HRESULT WINAPI ScriptGetFontProperties(HDC hdc, SCRIPT_CACHE *psc, > > SCRIPT_FONTPROPERTIES > *sfp) { > > +FIXME("%p,%p,%p\n", hdc, psc, sfp); > > +/* return something sensible? */ > > +if (NULL != sfp) { >

Re: usp10.dll regression

2005-07-31 Thread Oliver Stieber
--- Steven Edwards <[EMAIL PROTECTED]> wrote: > Hi, > > --- Oliver Stieber <[EMAIL PROTECTED]> wrote: > > Reciently I've been getting a lot of applications failing with > > 'unimplemented function > > usp10.dll.ScriptGetFontProperties' and I've had to use native usp10.dll > > which I didn't n

Re: usp10.dll regression

2005-07-31 Thread Brian Vincent
On 7/31/05, Steven Edwards <[EMAIL PROTECTED]> wrote: > Yes I stubbed it out trying to get the PowerPoint 2003 Viewer to work. The > viewer will open now > but PowerPPT presentations still don't load. I guess we need to switch the > dlloverrides until > someone feels like implementing it. I saw

Re: usp10.dll regression

2005-07-31 Thread Steven Edwards
Hi, --- Oliver Stieber <[EMAIL PROTECTED]> wrote: > Reciently I've been getting a lot of applications failing with > 'unimplemented function > usp10.dll.ScriptGetFontProperties' and I've had to use native usp10.dll which > I didn't need to > before. Yes I stubbed it out trying to get the Power

Re: [usp10] Add stubbed support for ScriptGetFontProperties

2005-07-31 Thread Felix Nawothnig
Oliver Stieber wrote: +HRESULT WINAPI ScriptGetFontProperties(HDC hdc, SCRIPT_CACHE *psc, SCRIPT_FONTPROPERTIES *sfp) { +FIXME("%p,%p,%p\n", hdc, psc, sfp); +/* return something sensible? */ +if (NULL != sfp) { +sfp->cBytes= sizeof(SCRIPT_FONTPROPERTIES); +sfp

Re: Flush serial port

2005-07-31 Thread Uwe Bonnes
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes: Alexandre> Uwe Bonnes <[EMAIL PROTECTED]> writes: >> Changelog: wine/server/file.c: create_file() If we open a serial >> device, flush it Alexandre> This should be done in serial.c, but could you please explain

usp10.dll regression

2005-07-31 Thread Oliver Stieber
Hi, Reciently I've been getting a lot of applications failing with 'unimplemented function usp10.dll.ScriptGetFontProperties' and I've had to use native usp10.dll which I didn't need to before. ___ To help you stay safe

Re: Benchmark's on the Wiki

2005-07-31 Thread Anssi Hannula
Anssi Hannula wrote: Tom Wickline wrote: Any more recommendations? The % are apparently calculated wrong. You should use: (Wine score / XP score) - 1 For example in the first CPU Marks you say XP 650, Wine 786, +18% However, (786 / 650) - 1 = 0.2092307692307692 ~ +21% I don't know if you