Re: winehq name

2003-11-25 Thread Dimitrie O. Paun
On November 25, 2003 10:57 pm, Alexandre Julliard wrote: > But I don't really care enough to keep fighting about it, > so I put your patch in... Thank you so much for understanding! I'm sure you've made a bunch of people happy with this one. -- Dimi.

Re: wine/programs/winedbg debug.l

2003-11-25 Thread Dimitrie O. Paun
On November 25, 2003 11:10 pm, Alexandre Julliard wrote: > Modified files: > programs/winedbg: debug.l > > Log message: > Fixed one more HeapReAlloc call. Good catch! I didn't lie when I said all calls were reviewed, it's just that I didn't search .l files... -- Dimi.

RE: wine/ windows/win.c windows/message.c programs ...

2003-11-25 Thread Robert Shearman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Alexandre Julliard > Sent: 26 November 2003 04:09 > To: [EMAIL PROTECTED] > Subject: wine/ windows/win.c windows/message.c programs ... > > Log message: > Fixed declarations of BroadcastSystemMessage

Re: winehq name

2003-11-25 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > I know we've discussed this before, but I feel things > have changed and it's worth another try :) Namely, > have the winehq.org name be the default one. It seems > virtually everybody (except you) prefer the .org name > over the .com name, it's way

debugger problems

2003-11-25 Thread Chris Morgan
I'm trying to debug a crash in some changes to the jack audio driver and can't seem to have the wine debugger show me the actual source code of the crash. I start up the debugger and get this: oaded debug information from ELF 'wine' ((nil)) No debug information in 32bit DLL 'C:\Program Files\w

Re: Reject wildcards in directory names

2003-11-25 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > What do you mean by "delayed imports". When I defined, proper, the > entire spec as actual functions, I got conflicts when I tried to > define GetProcAddress. In any case, even then I'm going to need to > call GetProcAddress (yes, I guess I can use the

Re: Reject wildcards in directory names

2003-11-25 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh <[EMAIL PROTECTED]> writes: My existing patch is in DOSFS_GetFullName, which is called by GetFileAttributes. Another thing, however, is that I'm begining to doubt whether it is indeed used for what you said it is. It seems that calling "GetFileAttribut

Re: Reject wildcards in directory names

2003-11-25 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > My existing patch is in DOSFS_GetFullName, which is called by > GetFileAttributes. Another thing, however, is that I'm begining to > doubt whether it is indeed used for what you said it is. It seems that > calling "GetFileAttributesW" on Windows 98 ret

Re: Reject wildcards in directory names

2003-11-25 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh <[EMAIL PROTECTED]> writes: I'll send a patch, then. Note that this needs a general solution. Please don't just add a special case in GetFileAttributes. My existing patch is in DOSFS_GetFullName, which is called by GetFileAttributes. Another t

Re: Reject wildcards in directory names

2003-11-25 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > I'll send a patch, then. Note that this needs a general solution. Please don't just add a special case in GetFileAttributes. > I already have a plan for doing that. Unfortunetly, it's not a nice > one. Basically, it means changing unicows.spec.c afte

Intresting page

2003-11-25 Thread Ivan Leo Murray-Smith
Lists (And screenshots) of lots of stuff m$ never released, like windows neptune, Whistler Advanced Server, Cairo, Nashville (Windows 96), windows titanium, windows 99, and more. http://ad-iso.mine.nu/~air101/

Strange problem with wine

2003-11-25 Thread Gerhard W. Gruber
I'm using a build that is about one month old, but I don't think that this is the problem. I will update in the next few days and then I will see if this goes away. OK. I have written this small tool which you can download at http://sourceforge.net/projects/launchmen. The Linux port uses a normal

Re: Reject wildcards in directory names

2003-11-25 Thread Shachar Shemesh
Alexandre Julliard wrote: It seems to be a way to detect NT/Win95, I suspect Win95 returns a different error code in that case. Using GetVersion() would of course have been too easy... And that, after they DO call "GetVersion", and do keep a variable telling whether it's NT or not. Oh well. W

Re: Reject wildcards in directory names

2003-11-25 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > It appears that applications using unicows will not work in NT mode on > wine unless the attached patch is applied. Unicows' init calls > "GetFileAttributesW" with "???.???". It expects, if it fails, to get > error code 123 (ERROR_INVALID_NAME), otherw

Re: unicows update and PE memory format

2003-11-25 Thread Shachar Shemesh
Rolf Kalbermatter wrote: Now here's the puzzle - GetProcAddress is never called. Neither are these functions imported from the DLL in the PE header. In fact, unicows.dll does not even appear in the PE header (which makes sense - on NT you don't even want to install it). This means that unicows.

Re: new old winetests

2003-11-25 Thread Ferenc Wagner
Alexandre Julliard <[EMAIL PROTECTED]> writes: > Ferenc Wagner <[EMAIL PROTECTED]> writes: > >> What about this: >> >> makename="$BINDIR/`dirname $test`/Makefile.in" >> [...] >> sed -n '/^CTESTS =/,/[^\]$/{s/^CTESTS >> =//;s/\\$//;s/\([0-9a-zA-Z_]*\)\.c/"\1",/g;p;}' $makename

Re: Move the system.ini/[drivers32] section to the registry

2003-11-25 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Any more info on this stuff other than this: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/writeprivateprofilestring.asp No, but I think the above page is a pretty good description of the mechanism (better a

Re: Small fontdlg fix.

2003-11-25 Thread Shachar Shemesh
Rein Klazes wrote: - How did you see the example before, as screen coordinates and client coordinates where mixed up: I never saw the example text. I applied your patch. I don't know what happened to the font dialog. It did work back when I made the changes. something must have happened to it

Re: unicows update and PE memory format

2003-11-25 Thread Rolf Kalbermatter
Message: 4 Subject: Re: PE stack trick not working on lowmem machines From: Mike Hearn <[EMAIL PROTECTED]> To: Alexandre Julliard <[EMAIL PROTECTED]> Cc: Marcus Meissner <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Mon, 24 Nov 2003 21:00:33 + On Mon, 2003-11-24 at 20:38, Alexandre Julliard wro

Re: [PATCH] wininet.dll compile time defines

2003-11-25 Thread Vincent Béron
Le mar 25/11/2003 Ã 00:37, Alex Tribble a Ãcrit : > Hi, > When upgrading to Fedora Core 1 (the new RedHat release, sort of), > wine stopped compiling for me. I was getting errors while parsing > , et al. -DOPENSSL_NO_KRB5 makes these go away. > > Any thoughts? Please CC me, as I'm not subscribed

Re: Small fontdlg fix.

2003-11-25 Thread Rein Klazes
On Tue, 25 Nov 2003 18:13:55 +0100, I wrote: > Just two questions: > > > - Why don't I see this? Even with selecting a font with Hebrew encoding > I only see the AaBb string. No I did not look good enough, I see the Hebrew characters now. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Small fontdlg fix.

2003-11-25 Thread Rein Klazes
On Tue, 25 Nov 2003 18:42:45 +0200, you wrote: > Rein Klazes wrote: > > > HPEN hOrigPen; > > HFONT hOrigFont; > > COLORREF rgbPrev; > >-WCHAR sample[SAMPLE_EXTLEN+5]={'A','a','B','b'}; > >+WCHAR sample[SAMPLE_EXTLEN+9]={'A','a','B','b','Y','y','Z','z'}; > >

Re: Small fontdlg fix.

2003-11-25 Thread Shachar Shemesh
Rein Klazes wrote: HPEN hOrigPen; HFONT hOrigFont; COLORREF rgbPrev; -WCHAR sample[SAMPLE_EXTLEN+5]={'A','a','B','b'}; +WCHAR sample[SAMPLE_EXTLEN+9]={'A','a','B','b','Y','y','Z','z'}; This is wrong. "YyZz" are only added if it's a western encoding. This

Re: Mach-O Support for imageSize in NtHeader

2003-11-25 Thread Pierre d'Herbemont
On 24 nov. 03, at 21:11, Alexandre Julliard wrote: "Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: Here is my second try for a replacement of the _end symbol. I think that since there is no support of it we need a kind of emulation function, which I thought should be located in the wine_port lib

Re: Reject wildcards in directory names

2003-11-25 Thread Shachar Shemesh
Alexandre Julliard wrote: "Rolf Kalbermatter" <[EMAIL PROTECTED]> writes: My tests show that RemoveDirectory just as CreateDirectory rejects all paths which contain one of the wildcards ": * ? \" < > |" with error 123 completely independent where that character occurs (not just in the path ele

Re: unicows update and PE memory format

2003-11-25 Thread Shachar Shemesh
Steven Edwards wrote: --- Shachar Shemesh <[EMAIL PROTECTED]> wrote: If anyone can help me shed more light on this, I would be most grateful. I dont know if you've seen this or not. Maybe it will be of some help. http://libunicows.sourceforge.net/ Thanks Steven I guess the same proble