Re: GDI32: [4/5] freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Byeong-Sik Jeon
Hi. I found another registry key in my korean MS Windows XP. - [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FontAssoc] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FontAssoc \Associated Charset] "ANSI(00)"="YES" "OEM(FF)"="YES"

Re: WINED3D: Implement GetCreationParameters

2006-03-07 Thread Vitaliy Margolen
Tuesday, March 7, 2006, 3:22:28 PM, Peter Beutner wrote: > H. Verbeet schrieb: >> On 07/03/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: >>> This doesn't really make sense to me - the point of unspecified behavior >>> if a parameter is NULL would be to speed up the function under contract >>> with t

Can't run DirectX games on x86_64 biarch Linux

2006-03-07 Thread Christian Schneider
Hi all. About half a year ago I replaced my old desktop by an AMD64 box and my previous x86 Linux from Scratch (LFS) installation by a x86_64 multilib LFS. And since then I'm not able to run any DirectX title anymore that used to work before. This is the way I usually compile wine (GCC 3.4.4):

Re: WINED3D: Implement GetCreationParameters

2006-03-07 Thread Peter Beutner
H. Verbeet schrieb: > On 07/03/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: >> This doesn't really make sense to me - the point of unspecified behavior >> if a parameter is NULL would be to speed up the function under contract >> with the caller. If you're already doing the check, why not handle it

Re: valgrinding mozilla on wine

2006-03-07 Thread Dan Kegel
On 3/7/06, Eric Pouech <[EMAIL PROTECTED]> wrote: > - the good news: most of the points related to false positives is either > in latest Wine and will be present in yet to come 3.1.1 (RC1 is for > Friday this week) > > - the bad news: the SEH support is still deficient, and we still have > stack is

Re: valgrinding mozilla on wine

2006-03-07 Thread Eric Pouech
Dan Kegel wrote: On 3/7/06, Dan Kegel <[EMAIL PROTECTED]> wrote: I'm trying to track down a wine crash in firefox (http://bugs.winehq.org/show_bug.cgi?id=4762) and thought valgrind might be helpful. So, following http://wiki.winehq.org/Wine_and_Valgrind When I posted the above, I hadn't yet

Re: wine 0.9.9 vs. Ned For Speed V -- already better

2006-03-07 Thread Stefan Dösinger
> Here goes the log for running NFS5: PU, in win 0.9.9, the first version > which manages to allow NFS to initialize the video mode, apparently. The demo installer stops with a message box that DirectX7.0a is required. How did you get that game installed? Can you send me a +ddraw,+tid trace? The

Re: valgrinding mozilla on wine

2006-03-07 Thread Dan Kegel
On 3/7/06, Dan Kegel <[EMAIL PROTECTED]> wrote: > I'm trying to track down a wine crash in firefox > (http://bugs.winehq.org/show_bug.cgi?id=4762) > and thought valgrind might be helpful. So, following > http://wiki.winehq.org/Wine_and_Valgrind When I posted the above, I hadn't yet applied the pa

Problem while compiling wine-0.9.9 source on solaris

2006-03-07 Thread Vikas Gera
Title: Message I tried to build Wine Library on Solaris 10 platform today.  It gave error while compiling dll/dxerr8 module. The error message says "Don't know how to make target: install-lib"   I compared the Makefiles and added the target "install-lib" for dxerr8 module, like below:   Mak

valgrinding mozilla on wine

2006-03-07 Thread Dan Kegel
I'm trying to track down a wine crash in firefox (http://bugs.winehq.org/show_bug.cgi?id=4762) and thought valgrind might be helpful. So, following http://wiki.winehq.org/Wine_and_Valgrind I installed valgrind-3.1.0 and ran valgrind --trace-children=yes /home/dank/wine/wine /home/dank/.wine/drive

problem in configure/make wine 0.9.9

2006-03-07 Thread Lalit Aggarwal
When I rum make command it shows the following error, can somebody please help me in to come out of this.   Undefined   first referenced  symbol in file GetStartupInfoA ../../dlls/libwinecrt0.a(exe_main.o) GetCommandL

Re: GDI32: [4/5] freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Byeong-Sik Jeon
2006-03-07 (화), 14:34 +, Huw D M Davies 쓰시길: > On Tue, Mar 07, 2006 at 09:29:14PM +0900, Byeong-Sik Jeon wrote: > > ChangeLog: > > Improved create_child_font_list(), get_nearest_charset(), more using > > font-linking mechanism. > > > > If lfCharSet == DEFAULT_CHARSET, then ALL font(LOGFONT

Re: winegdb: Fix crash in empty first command

2006-03-07 Thread Eric Pouech
2006/3/6, Vitor T. Sessak <[EMAIL PROTECTED]>: Changelog:winegdb: Fix crash in empty first commandWinedbg crashes when pressing enter as its first command.   this is wrong as the last_line will be HeapFree'd when the next command is keyed in. 

Re: riched20: Implements FR_WHOLEWORD for EM_FINDTEXT

2006-03-07 Thread Lei Zhang
On Monday 06 March 2006 01:28 pm, Phil Krylov wrote: > On Sun, 05 Mar 2006 14:20:47 -0800 > > Lei Zhang <[EMAIL PROTECTED]> wrote: > > +if ((flags & FR_WHOLEWORD) && iswalnum(wLastChar)) > > Probably a test checking if native richedit does not use user's word > breaking procedure (set via E

Re: GDI32: [1/5] freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Huw D M Davies
On Tue, Mar 07, 2006 at 03:01:34PM +, Huw D M Davies wrote: > The def* strings are supposed to be the default fallback names for the > various fonts. Here you just want to use the string "System", so > please leave it as it was. Actually, what you really want to use is SystemW[]. The def* st

Repeatable crash in firefox

2006-03-07 Thread Dan Kegel
This morning, using wine from cvs from a few days ago, I ran into a reproducible crash in firefox on wine. I have the Flash plugin installed; that might be involved, but the same recipe doesn't seem to crash Linux firefox. I filed http://bugs.winehq.org/show_bug.cgi?id=4762 for this; I'll try again

Re: GDI32: [1/5] freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Huw D M Davies
On Tue, Mar 07, 2006 at 11:58:01PM +0900, Byeong-Sik Jeon wrote: > 2006-03-07 (화), 14:22 +, Huw D M Davies 쓰시길: > > > > Why don't you just use "tahoma.ttf" in the code where you call > > find_face_from_filename, there's no point in initializing a char > > string like this. > Yes. will be chang

Re: GDI32: [1/5] freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Byeong-Sik Jeon
2006-03-07 (화), 14:22 +, Huw D M Davies 쓰시길: > On Tue, Mar 07, 2006 at 09:10:12PM +0900, Byeong-Sik Jeon wrote: > > ChangeLog: > > init_system_links support .ttc file. > > add "Tahoma" registry value for CJK font link. > > find_face_from_filename support .ttc file > > > > I think y

Re: GDI32: [4/5] freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Huw D M Davies
On Tue, Mar 07, 2006 at 09:29:14PM +0900, Byeong-Sik Jeon wrote: > ChangeLog: > Improved create_child_font_list(), get_nearest_charset(), more using > font-linking mechanism. > > If lfCharSet == DEFAULT_CHARSET, then ALL font(LOGFONT) can see current > locale letter, (have to exist least one

Re: GDI32: [1/5] freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Huw D M Davies
On Tue, Mar 07, 2006 at 09:10:12PM +0900, Byeong-Sik Jeon wrote: > ChangeLog: > init_system_links support .ttc file. > add "Tahoma" registry value for CJK font link. > find_face_from_filename support .ttc file > I think you could spilt out the 'add Tahoma registry value' bit from

Re: GDI32: freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Byeong-Sik Jeon
2006-03-07 (화), 10:45 +, Huw D M Davies 쓰시길: > As Mike has said the patch is too long to review properly, so please > break it down into much smaller pieces. > > On Tue, Mar 07, 2006 at 04:29:04PM +0900, Byeong-Sik Jeon wrote: > > and, I add some basic registry value. "Tahoma", "Gulim", "MS UI

Re: GDI32: freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Byeong-Sik Jeon
I resended five splited patches. Thanks advice... 2006-03-07 (화), 16:58 +0900, Mike McCormack 쓰시길: > Byeong-Sik Jeon wrote: > > > ChangeLog: > > - add more font selecting & linking mechanism support. > > Nice work! > > Some comments: > > * Please split each fix into a separate patch. Thi

Trying to fix bug 2400 - delete and comma

2006-03-07 Thread agaro agaro
Hi all, I'm trying to fix bug 2400 - removes one char and puts comma simultaneously. My guess: this old bug is in dlls/x11drv/keyboard.c or dlls/user/message.c, something about dead keys implementation. Can somebody help me with a little explanation or documentation? I don't know what scancode,

Re: WINED3D: Implement GetCreationParameters

2006-03-07 Thread H. Verbeet
On 07/03/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: > This doesn't really make sense to me - the point of unspecified behavior > if a parameter is NULL would be to speed up the function under contract > with the caller. If you're already doing the check, why not handle it in > some way other than

Re: GDI32: freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Byeong-Sik Jeon
2006-03-07 (화), 11:33 +, Huw D M Davies 쓰시길: > Right, but even Tahoma is locale dependent - the order of Gulim, MS UI > Gothic etc changes. Yes. but lucky thing... fsCsb[0] information of each font are: Gulim : ANSI, EASTEUROPE, RUSSIAN, GREEK, TURKISH, BALTIC, "HANGEUL" MS UI Gothic: ANSI, AS

Re: WINED3D: Implement GetCreationParameters

2006-03-07 Thread Robert Reif
H. Verbeet wrote: On 07/03/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: Native D3D crashes if it's called with a NULL pointer? Are you sure that you shouldn't return something like D3DERR_INVALIDCALL if pParamters == NULL? Yes. I verified that with DirectX 9.0c on win2k

Re: WINED3D: Implement GetCreationParameters

2006-03-07 Thread Ivan Gyurdiev
H. Verbeet wrote: On 07/03/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: Native D3D crashes if it's called with a NULL pointer? Are you sure that you shouldn't return something like D3DERR_INVALIDCALL if pParamters == NULL? Yes. I verified that with DirectX 9.0c on win2k. This doesn

Re: GDI32: freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Huw D M Davies
On Tue, Mar 07, 2006 at 08:22:36PM +0900, Byeong-Sik Jeon wrote: > 2006-03-07 (화), 10:45 +, Huw D M Davies 쓰시길: > > As Mike has said the patch is too long to review properly, so please > > break it down into much smaller pieces. > Yes. now working... Great. > > One thing that caught my eye wa

Re: GDI32: freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Byeong-Sik Jeon
2006-03-07 (화), 10:45 +, Huw D M Davies 쓰시길: > As Mike has said the patch is too long to review properly, so please > break it down into much smaller pieces. Yes. now working... > > and, I add some basic registry value. "Tahoma", "Gulim", "MS UI Gothic", > > "Simsun", "PMingLiU". > > One thin

Re: GDI32: freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Huw D M Davies
As Mike has said the patch is too long to review properly, so please break it down into much smaller pieces. On Tue, Mar 07, 2006 at 04:29:04PM +0900, Byeong-Sik Jeon wrote: > and, I add some basic registry value. "Tahoma", "Gulim", "MS UI Gothic", > "Simsun", "PMingLiU". One thing that caught my

Re: WINED3D: Implement GetCreationParameters

2006-03-07 Thread H. Verbeet
On 07/03/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Native D3D crashes if it's called with a NULL pointer? Are you sure that you > shouldn't return something like D3DERR_INVALIDCALL if pParamters == NULL? Yes. I verified that with DirectX 9.0c on win2k.

Re: advpack: Forward OpenINFEngineA and TranslateInfString/ExA to their unicode counterparts

2006-03-07 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > + > +res = TranslateInfStringW(filenameW.Buffer, installW.Buffer, > + translateW.Buffer, keyW.Buffer, NULL, > + dwBufferSize, &len, NULL); > + > +if (res == S_OK) > +{ > +buf

Re: WINED3D: Implement GetCreationParameters

2006-03-07 Thread Stefan Dösinger
Am Dienstag, 7. März 2006 08:50 schrieb H. Verbeet: > On 07/03/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: > > > +if (!pParameters) { > > > +ERR("(%p) : Called with a NULL pParameters\n", This); > > > +} > > > + > > > +*pParameters = This->createParms; > > > > This is dereferen

Re: GDI32: freetype.c add more font selecting&linking mechanism support.

2006-03-07 Thread Mike McCormack
Byeong-Sik Jeon wrote: ChangeLog: - add more font selecting & linking mechanism support. Nice work! Some comments: * Please split each fix into a separate patch. This makes patch reviews and isolating regressions easier. A number of small patches will be accepted into the Wine t