Re[2]: About that eeevil library naming decision...

2002-02-26 Thread Keith Matthews
On Mon, 25 Feb 2002 21:37:21 -0500 David Elliott David Elliott [EMAIL PROTECTED] wrote: [SNIP] Andi... if Wine DLLs eventually go into a /usr/lib/wine then you cannot possibly argue that anybody in their right mind would put them in Never underestimate the power of stupidity and naievity,

Re: Artilcle - loading Windows DLL's under Linux

2002-02-26 Thread Joerg Mayer
Please move this thread to wine-license! Thank you very much! Jörg On Mon, Feb 25, 2002 at 02:25:18PM -0700, Brett Glass wrote: At 03:41 PM 2/25/2002, Nick Temple wrote: I am working on an article about how to load Windows DLL's under Linux. This system is for

Re: Menu Item problem(was Notepad not remaining language selection)

2002-02-26 Thread Andriy Palamarchuk
--- Francois Gouget [EMAIL PROTECTED] wrote: On Tue, 26 Feb 2002, Sylvain Petreolle wrote: Hi, I have implemented 2 procedures to set the language used by Notepad at startup. Now it selects language by using string key Language under HKCU\\Software\\Wine\\Notepad. Restore

Re: Traditional Chinese (CP950) not displaying in WINE

2002-02-26 Thread Dmitry Timoshkov
Anthony Fok [EMAIL PROTECTED] wrote: We are experimenting some problems with displaying and inputting Chinese characters in WINE (January 2002 or newer). For example, most Chinese characters show up as squares, Probably some font misconfiguration problem. Apparently displaying of

Re: Menu Item problem(was Notepad not remaining language selection)

2002-02-26 Thread Dmitry Timoshkov
Andriy Palamarchuk [EMAIL PROTECTED] wrote: Then, what is the correct approach will be? Set the default language based on system settings? Make use of the resources. We can leave the language menu for now for testing purposes. LANG=en_US notepad LANG=ru_RU notepad etc. will do. --

Re: Alternative make scripts

2002-02-26 Thread Dimitrie O. Paun
On Tue, 26 Feb 2002, Andriy Palamarchuk wrote: Does that mean we don't need alternative build scripts in the Wine tree (probably except winetest)? I'd personally would want to see our Makefile system be portable enough to do this. When I tried porting Wine to cygwin, they were good enough, so

Re: Codeweavers' integrity (or lack thereof)

2002-02-26 Thread Roland
At 02:36 PM 2/25/02 -0700, Brett Glass wrote: At 02:32 PM 2/25/2002, Andreas Mohr wrote: I'm not much in favour of a license change, but if there's enough reason to believe that a new license boosts Wine's productivity, then I'm all for it. There has been no credible evidence to that effect

Re: Bootprocedure again

2002-02-26 Thread Andreas Mohr
On Tue, Feb 26, 2002 at 12:14:15PM +0100, Gerhard W. Gruber wrote: David Elliott wrote: Anyway, on a personal note, don't get disheartened that the wine developers don't like you. Believe me, EVERYBODY who has contributed code to Wine has had some code or some ideas frowned upon. Just

Re: Menu Item problem(was Notepad not remaining language selection)

2002-02-26 Thread Francois Gouget
On Tue, 26 Feb 2002, Andriy Palamarchuk wrote: [...] Then, what is the correct approach will be? Set the default language based on system settings? We can leave the language menu for now for testing purposes. I guess this depends on whether you see Wine's notepad as: 1. a test program,

Re: Bootprocedure again

2002-02-26 Thread Gerhard W. Gruber
Andreas Mohr wrote: Hmm, well, winebootup is supposed to execute everything *at once* on Wine startup (i.e. check in the wine wrapper script whether this is the first wine instance to get started, then run winebootup) If you don't think this is a good design, then go ahead and change it !

Re: Menu Item problem(was Notepad not remaining language selection)

2002-02-26 Thread Andriy Palamarchuk
--- Francois Gouget [EMAIL PROTECTED] wrote: On Tue, 26 Feb 2002, Andriy Palamarchuk wrote: [...] Then, what is the correct approach will be? Set the default language based on system settings? We can leave the language menu for now for testing purposes. I guess this depends on

Re: Out of process COM objects Installshield v6

2002-02-26 Thread Dan Kegel
Ove Kaaven wrote: I've been working on this as part of my COM restructure. I've implemented NdrDllRegisterProxy and large pieces of rpcrt4's marshaling framework. I'd like to release it to WineHQ, but Gav still wants something in exchange. (If we can't get money, we'll consider releasing it

Re: wineserver request size

2002-02-26 Thread Alexandre Julliard
Eric Pouech [EMAIL PROTECTED] writes: so, what's the preferred way of handling this: 1) bump the request_max_size to the needed size (but all requests will be penalized about it) 2) remove the request_max_size (therefore aligning the size of the request on the one of the biggest

linux from scratch

2002-02-26 Thread Shane Shields
Never underestimate the power of stupidity and naievity, especially as projects like 'Linux from scratch' are getting popular. FYO i built my system using linux from scratch and it runs better than the redhat 6.2,7.1,7.2 distributions (insert preferred dist) no core dumps AT ALL. my

Re: Native DDE problems

2002-02-26 Thread Uwe Bonnes
List == List vmn [EMAIL PROTECTED] writes: List Erich Very Cool! List Thanks for your prompt answer. List Please send me the patch. List I will surely test it! List Just one question on your answer, my two apps are called DISP.EXE List and PDV.EXE List Is

Re: ImageList fixes

2002-02-26 Thread Michael Stefaniuc
Hello, sorry to replay so late but I didn't had the time to test your patch before. On Fri, Feb 22, 2002 at 08:39:39PM -0500, Dave Hawkes wrote: The hotspot handling in imagelist is broken. This fix partially repairs it. ... and breaks it too. With your patch the hotspot handling in

Re: [Avifile]Artilcle - loading Windows DLL's under Linux

2002-02-26 Thread Zdenek Kabelac
On Mon, Feb 25, 2002 at 02:41:32PM -0800, Nick Temple wrote: Hello All -- I am working on an article about how to load Windows DLL's under Linux. This system is for stand-alone Linux applications that only need to use some of the logic in a single Windows DLL, not a full WINE

Re: ImageList fixes

2002-02-26 Thread daveh-wine
From: [EMAIL PROTECTED] The hotspot handling in imagelist is broken. This fix partially repairs it. ... and breaks it too. With your patch the hotspot handling in It was a crude attempt to differentiate between the subtle difference in meaning of the hotspot passed in to BeginDrag and that

Re: Bootprocedure again

2002-02-26 Thread Sylvain Petreolle
Could we have the first snapshots ? winebootup is not in CVS for the moment... Is winebootup going to replace wine then, once it is finished? Otherwise there would be two boot programs doing almost similar things and that's what I consider a bad design. :)