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 problem

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 element

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: 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), otherwise it

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.

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 after

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

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

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 same

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

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/

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

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 more

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