Re: Device drivers in Wine

2004-06-18 Thread Eric Pouech
Damjan Jovanovic a écrit : Hi Basically, I have a Windows user-space device driver, and I need to get it working under Linux. I note Wine has some "device" functions (FILE_CreateDevice(), and DOSFS_OpenDevice()). How do these work and what do they do? Are they documented anywhere? what driver is it

Re: Where does richedit20.dll fit in the to-do list?

2004-06-18 Thread Dan Kegel
Steven Edwards wrote: I keep running into apps that won't run without richedit20.dll, yet I can't see any mention of that DLL in the wine 0.9 or wine 1.0 tasklists. Surely it's important enough to merit at least a mention in the wine 1.0 tasklist? I have been thinking about creating a stub recently

Re: docu update

2004-06-18 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Well, as I've tried to explain, when I see stuff like this, > I'm always left with lingering questions: if I run the > standard method (configure;make) that I like, I'm wondering > wether I've missed something important. Are the bugs I'm > seeing ca

Re: font problems with "Hello" application

2004-06-18 Thread Matt Beaumont
On Thu, Jun 17, 2004 at 14:29:02 -0700, Matt Beaumont wrote: > There is a font that displays _extremely_ poorly in the tooltips for > the "Hello" photo-sharing application As it turns out, the error messages drawn on the login screen display similarly. Check out the screenshot at

Re: docu update

2004-06-18 Thread Dimitrie O. Paun
> configure or LD_LIBRARY_PATH or whatever. Maybe you don't have > clueless users asking you how to build Wine, but I get quite a bit of > them; and being able to tell them "just run tools/wineinstall" saves > me a lot of grief. That's a fair argument, and I can understand that. If it saves you ti

Re: docu update

2004-06-18 Thread Ivan
> I want to be able to say to a user who reported a bug "please try latest CVS > and confirm that it is fixed" without having to tell them about > configure or LD_LIBRARY_PATH or whatever If they've reported a bug, and you've told them to try the CVS, then it's not a configuration problem, so confi

Re: docu update

2004-06-18 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > I don't think we should do that. First of all, none of the problems > mentioned are wine specific, and I don't think we need to try to > fix them like that. Second, as I have already argued, it seems most > of our builders from source are already p

ioctl(/dev/dsp, SNDCTL_DSP_SETDUPLEX) failed

2004-06-18 Thread Saulius Krasuckas
With thepatch [1] I am getting some this line from Wine: err:wave:OSS_RawOpenDevice ioctl(/dev/dsp, SNDCTL_DSP_SETDUPLEX) failed (Input/output error) Yes, my soundcard doesn't support full duplex, I believe (I have OPTi 82c931 chip with mad16 driver running here). But shouldn't the type of the

Re: docu update

2004-06-18 Thread Ivan
> wineinstall is not out of date, it still works fine, I don't see any > reason to remove it from the doc. I see no reason to leave it, it's now as if it did anything essential for wine. Usually things are first removed from wine, and then from the documentation, this causes an afoul lot of confus

Re: docu update

2004-06-18 Thread Dimitrie O. Paun
On Fri, Jun 18, 2004 at 07:26:23PM -0400, Vincent Béron wrote: > Le ven 18/06/2004 à 17:44, Alexandre Julliard a écrit : > > That's easy, they will complain about the thing wineinstall takes care > > of, like not having write access to the build tree, conflicts with the > > installed rpm, missing l

Re: docu update

2004-06-18 Thread Vincent Béron
Le ven 18/06/2004 à 17:44, Alexandre Julliard a écrit : > "Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > > > Let's remove it and see if people complain, and why they complain. > > We are likely to find real problems that need fixing anyway. > > That's easy, they will complain about the thing wi

Re: docu update

2004-06-18 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Let's remove it and see if people complain, and why they complain. > We are likely to find real problems that need fixing anyway. That's easy, they will complain about the thing wineinstall takes care of, like not having write access to the build t

Re: docu update

2004-06-18 Thread Dimitrie O. Paun
On Fri, Jun 18, 2004 at 12:22:10PM -0700, Alexandre Julliard wrote: > I don't see why we have to remove it at all. We have to remove most of > its contents, sure, but even if all it does is wrap "configure;make" > with some user-friendly messages it has some value IMO. To be honest, I would be ver

Re: docu update

2004-06-18 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > It's true, wineinstall works OK, but AFAIK we've decided to remove > it sooner rather then later, and I guess now it's a good enough time > (given that it doesn't do anything interesting anymore). So looking into > the future, wineinstall is depreca

Re: docu update

2004-06-18 Thread Dimitrie O. Paun
On Fri, Jun 18, 2004 at 11:26:33AM -0700, Alexandre Julliard wrote: > wineinstall is not out of date, it still works fine, I don't see any > reason to remove it from the doc. It's true, wineinstall works OK, but AFAIK we've decided to remove it sooner rather then later, and I guess now it's a good

Re: wine window disappears from virtual desktop!

2004-06-18 Thread Paul R Streitman
Alexandre, Yes, this does help. I see that current CVS has other quirks (strange scrollbars, etc), but with this patch I do not see the disappearing window problem at all. Thanks,

Re: docu update

2004-06-18 Thread Alexandre Julliard
"Ivan" <[EMAIL PROTECTED]> writes: > This patch has been written thinking that a) it's better to have no doc than an > out of date one and b) most of the stuff that's commented out can be easily > re-written before the next release (I have school holidays until september so I > have lots of time t

Re: LISTBOX_Directory() returns LB_OKAY for invalid directory / filen ame

2004-06-18 Thread Alexandre Julliard
Krishna Murthy <[EMAIL PROTECTED]> writes: > diff -u -r1.103 listbox.c > --- wine/controls/listbox.c 1 Apr 2004 04:57:12 - 1.103 > +++ wine/controls/listbox.c 17 Jun 2004 21:50:20 - > @@ -1760,7 +1760,7 @@ > if ((handle = FindFirstFileW(filespec, &entry)) == INVALID_HAND

Re: [RFC] [MSVCRT] Removing the MSVCRT() hack

2004-06-18 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > -- stuff that's private, doesn't start with MSVCRT_ > From this two rules follows that a symbol starts > with MSVCRT_ if and only if it's shared with the > public headers, where it appears without MSVCRT_ > -- most private functio

Re: FW: WM_NEXTDLGCTL changes the default button ID and does not rest ore default control identifier

2004-06-18 Thread Alexandre Julliard
Krishna Murthy <[EMAIL PROTECTED]> writes: > No, it is required. The DEFDLG_SetDefButton() is also called from message > DM_SETDEFID. In this case idResult should set to the default button ID > passed. And the current logic of DEFDLG_SetDefButton() does what is required > for DM_SETDEFID. Well, o

Re: OT: Issue with list unsubscribe

2004-06-18 Thread Duane Clark
Gregory Hicks wrote: Guys, Sorry for this post. I have been trying to get off this list, to no avail. I get a reply stating that the "user is unknown". Wish it was easy to fix. I tried via the web site, can we get the list admin to check for any mail addresses from the ihug.com.au domain, it may

Re: Where does richedit20.dll fit in the to-do list?

2004-06-18 Thread Steven Edwards
Hi Dan, --- Dan Kegel <[EMAIL PROTECTED]> wrote: > I keep running into apps that won't run without > richedit20.dll, yet I can't see any mention of > that DLL in the wine 0.9 or wine 1.0 tasklists. > Surely it's important enough to merit at least > a mention in the wine 1.0 tasklist? I have been t

[comp.emulators.ms-windows.wine] winetest observations

2004-06-18 Thread Ferenc Wagner
Hi, let me simply forward this message here. I can't take care for these during the weekend, but would be happy to receive comments on the harder parts when I'm back. Bye, Feri. From: Andrew Ziem <[EMAIL PROTECTED]> Newsgroups: comp.emulators.ms-windows.wine Subject: winetest observations Mess

Re: font problems with "Hello" application

2004-06-18 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, on 06/18/04 03:40, Ivan wrote: >> this can be acquired at ... > That site is illegal, please avoid linking to such sites. Developers know where > to get native dlls. if it's so, it shuold be delete from the WINE User Guide, too: http://

Re: Donations - RFC

2004-06-18 Thread Mike Kost
> The trouble with this idea is that the few times > I've tried to offer software to Lionel and others > they tell me that they have all they need. What about hardware for proven Wine developers. Lionel mentioned his /OLD/ TNT2 in his recent interview (http://www.winehq.org/?interview=15). More mo

Re: font problems with "Hello" application

2004-06-18 Thread Matt Beaumont
On Fri, Jun 18, 2004 at 9:45:48 +0100, Mike Hearn wrote: > Odd, this program won't even start for me. It keeps claiming my OS is too > old, even when I've set Wine to Win98 or Win2k mode. Install riched20.dll -- that was the only thing I needed to do to make it past that silly dialog. I also tri

Re: WWN error

2004-06-18 Thread Jeremy Newman
They don't specify if they mean Project 2000, 2002, or 2003. Currently, CrossOver only supports Project 2000, and 2002 at the Bronze level. See here: http://www.codeweavers.com/site/compatibility/search?name=project&company=microsoft&medal=&date_start%5B1%5D=6&date_start%5B2%5D=24&date_start%5B0%5

Re: Donations - RFC

2004-06-18 Thread Ivan
> they tell me that they have all they need. Ok course, why spend money on games when you can use demos? You have less chances of having installer problems, as the demo installer isn't usually as advanced as the retail one, and most of the functionality needed by the game is in the demo anyway. > T

Donations - RFC

2004-06-18 Thread Jeremy White
Hi Everyone, Say, I've gotten in a few fairly generous donations lately, and so the Wine fund has a bit of money (around $800, afair). Now, the bulk of that is marked for embezzlement , but it does leave a bit left over that could go to help Wine. The question is: how could that money be spent eff

WWN error

2004-06-18 Thread Mike Hearn
Hi, This weeks WWN makes the same error the O'Reilly article made - CrossOver does support MS Project these days thanks to the work of Dmitry. It's at bronze level but good enough to play with at any rate. thanks -mike

Re: font problems with "Hello" application

2004-06-18 Thread Mike Hearn
On Thu, 17 Jun 2004 14:29:02 -0700, Matt Beaumont wrote: > There is a font that displays _extremely_ poorly in the tooltips for > the "Hello" photo-sharing application (, > harmless(?) registration required for download). I'm running the 6/15 > wine source package, installed

Re: Where does richedit20.dll fit in the to-do list?

2004-06-18 Thread Mike Hearn
On Thu, 17 Jun 2004 21:47:44 -0700, Dan Kegel wrote: > I keep running into apps that won't run without > richedit20.dll, yet I can't see any mention of > that DLL in the wine 0.9 or wine 1.0 tasklists. > Surely it's important enough to merit at least > a mention in the wine 1.0 tasklist? > - Dan N

Re: Default to Windows 98 version, introduce new version mode 'auto' to use the DLL linkage heuristics

2004-06-18 Thread Mike Hearn
On Thu, 2004-06-17 at 17:37 -0700, Alexandre Julliard wrote: > I'm not sure this is a good idea, it will require anybody who wants to > use NT dlls to change the config or things will break, while they work > fine today. I think it's better to keep the current way and improve > the auto-detection i

lost vertical and horizontal scroll bar

2004-06-18 Thread Nicolai Kuntze
Hi, I have here an application (bmed) but I can't see any scrollbars. Is there something I can do? Yours, Nicolai Diese Nachricht wurde auf Viren und andere gefaehrliche Inhalte sowie Spam untersucht.