Re: Header files that conflict with UNIX headers

2000-10-29 Thread David Elliott
George Boutwell wrote: --- Francois Gouget [EMAIL PROTECTED] wrote: Yes and no. They need a C library (badly). Frankly I've never used 'crtdll.dll' and don't know it very well. All I know is that it seems very similar to a C library except I'm not sure who is supposed to use

Re: Header files that conflict with UNIX headers

2000-10-29 Thread Ian Schmidt
George Boutwell wrote: crtdll.dll only came with the very first version of Windows 95, all subsequent version of Win95 (A, B, C, OSR2, OSR2a, etc) either didn't have it at all, or had msvcrt.dll Luckily for this discussion, I had to blow away my C: partition last night and reinstall Win98

Re: Focus to deleted windows

2000-10-29 Thread Marcus Meissner
On Sun, Oct 29, 2000 at 08:59:53AM -0500, gerard patel wrote: That's they call 'embrace and extend' I guess. This is Marcus's idea but it did not fix the bug with *my* application, so I changed it a bit. I hope it's still fixing his problem - logically it should :-) I just wanted to go and

Re: PATCH: reduce stackspace usage

2000-10-29 Thread Alexandre Julliard
Marcus Meissner [EMAIL PROTECTED] writes: No longer use safety buffer of 1 mb for thread stack to save memory. I don't think this is right. The specified stack size is the commit size, but we must still reserve 1Mb (except maybe if a smaller size was specified in the PE header).

Re: Preferred way to get all 'recent' code

2000-10-29 Thread Andreas Mohr
On Sat, Oct 28, 2000 at 10:29:34AM +0100, robert w hall wrote: In message [EMAIL PROTECTED], Andreas Mohr [EMAIL PROTECTED] writes If you're an end-user, you might want to stick with normal releases. Why? But even for end-users CVS is not too bad ;) Andreas Mohr I thought Alexandre's

Re: Header files that conflict with UNIX headers

2000-10-29 Thread George Boutwell
--- David Elliott [EMAIL PROTECTED] wrote: This is probably just for your information, but as I understand it. crtdll.dll only came with the very first version of Windows 95, all subsequent version of Win95 (A, B, C, OSR2, OSR2a, etc) either didn't have it at all, or had

Re: Preferred way to get all 'recent' code

2000-10-29 Thread George Boutwell
Ok. I thought I remembered something on WineHQ about d/ling some tar.gz of the source tree, then using CVS to 'update' that. Thanks everyone for replying. George __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE.

Re: Preferred way to get all 'recent' code

2000-10-29 Thread James Sutherland
On Sun, 29 Oct 2000, George Boutwell wrote: Ok. I thought I remembered something on WineHQ about d/ling some tar.gz of the source tree, then using CVS to 'update' that. You're right. That is just a shortcut to save time when first downloading the CVS tree: since FTPing a tarball is faster

Menu alignement

2000-10-29 Thread Francois Gouget
Hi, The menu patch I sent last week was wrong: it causes Win9x's 'magic items' to be aligned on the left again. This weekend I worked at fixing it and now I believe that all items following the first menu item that has MF_RIGHTJUSTIFY (aka MF_HELP) should be aligned to the right. But

Dots and dashes

2000-10-29 Thread Francois Gouget
Hi, The lines drawn with PS_DASH, PS_DOT, PS_DASHDOT, etc. looked wrong in Wine: the dots and dashes were basically way too short and their proportions were wrong. So I fixed their definitions in graphics/x11drv/pen.c. Here's a patch that fixes them so that they look the same as on

Windows Media Player

2000-10-29 Thread Kenneth Arnold
Sorry if you already know this, but Windows Media Player works with the following patch^H^H^H^H^Hnasty hack: --cut-- Index: dlls/ddraw/ddraw/dga.c === RCS file: /home/wine/wine/dlls/ddraw/ddraw/dga.c,v retrieving revision 1.16 diff

MS Office 2k doesnt install...

2000-10-29 Thread David Hammerton
Hi, i have isntalled WINE from the manual instructions, but when i attempt to install office 2k off the cd i get an error that says "Installing this product requires the Windows Installer. An error occurered when installing or upgrading the Windows installer.".. the console messages (for defualt

Re: Windows Media Player

2000-10-29 Thread David Hammerton
Can it play ASF? Thanx David On Sun, 29 Oct 2000 22:43:38 -0500, Kenneth Arnold said: Sorry if you already know this, but Windows Media Player works with the following patch^H^H^H^H^Hnasty hack: --cut-- Index: dlls/ddraw/ddraw/dga.c

Re: GetProcAddress

2000-10-29 Thread Uwe Bonnes
[EMAIL PROTECTED] writes: I don't see, though, why a winelib implementation of an .exe should be limited to the win32 api. It is after all, simply a *nix X application. Hmmm, unless you compile it with mingw or so. Right. strchr it shall be. That way you can compile an .exe file and