Re: [PATCH] Big winsock2 / overlapped patch

2002-04-22 Thread Martin Wilck
On Fri, 19 Apr 2002, Sylvain Petreolle wrote: I know the patch is much too big but I have no time now to split it into pieces before next week. If the patch is too big, then gzip it and send it as an attachment :) I didn't mean to say it's too big for an email :) What I meant was it is

Re: Wine not releasing CDROM

2002-04-22 Thread lawson_whitney
On Mon, 22 Apr 2002, Oliver Sampson wrote: Howdy, I'm seeing a strange behavior and I thought I'd let the Devel community know about it: While using Agent v1.8, and while having a CD in my CD tray (although unmounted!), if I start agent under wine, I'm able to open and close my CD tray.

RE: wine/objects dc.c

2002-04-22 Thread Medland, Bill
This broke our app. Any ideas why? It was the change on line 348; the other three were ok. (The result is it then goes through an attempt to close down windows which aren't even fully open yet so that X11DRV_GetDC is passed a window for which the pDriverData hasn't been set yet.) Bill

Re: Wine not releasing CDROM

2002-04-22 Thread Duane Clark
[EMAIL PROTECTED] wrote: On Mon, 22 Apr 2002, Oliver Sampson wrote: Howdy, I'm seeing a strange behavior and I thought I'd let the Devel community know about it: While using Agent v1.8, and while having a CD in my CD tray (although unmounted!), if I start agent under wine, I'm able to

Re: Wine not releasing CDROM

2002-04-22 Thread Tony Lambregts
Duane Clark wrote: [EMAIL PROTECTED] wrote: On Mon, 22 Apr 2002, Oliver Sampson wrote: Howdy, I'm seeing a strange behavior and I thought I'd let the Devel community know about it: While using Agent v1.8, and while having a CD in my CD tray (although unmounted!), if I start agent

Re: Wine not releasing CDROM

2002-04-22 Thread Duane Clark
Tony Lambregts wrote: If this is the case then some regression testing is in order. Is it just in agent or are other programs showing this behavior? I guess I should have mentioned that this was not with agent. It was with a program where I was using the CD, but then could not get the CD

Re: Wine not releasing CDROM

2002-04-22 Thread Eric Pouech
Oliver Sampson a écrit : Howdy, I'm seeing a strange behavior and I thought I'd let the Devel community know about it: While using Agent v1.8, and while having a CD in my CD tray (although unmounted!), if I start agent under wine, I'm able to open and close my CD tray. However, if I

regapi with global registry

2002-04-22 Thread Raul Dias
Hi, I have a global windows fake tree, which every user in the group wine can access. However I got a problem dealing with new applications installed. When a user (any user, even root) installs an application, the registry entries goes to $HOME/.wine/*.reg . This also means that other users

Re: Installing MS Office gives error in installer

2002-04-22 Thread Speeddymon
I use mandrake 8.2, so the cdrom is mounted with supermount, but i will try that tonight and see what happens -Dustin --- Gustavo Junior Alves [EMAIL PROTECTED] wrote: The install is from a cdrom? You tried mount /dev/cdrom /mnt/cdrom -o unhide Gustavo Speeddymon wrote:

Re: Installing MS Office gives error in installer

2002-04-22 Thread Speeddymon
actually i did manage to get it work work from the cd, you have to explicitly specify the -o unhide command when you run mount or put the unhide command in your /etc/fstab... as for the files not getting written, i had the same problem, it is the .lnk files (that i assume go in the start menu

Re: Installing MS Office gives error in installer

2002-04-22 Thread Hetz Ben Hamo
On Monday 22 April 2002 23:01, Speeddymon wrote: actually i did manage to get it work work from the cd, you have to explicitly specify the -o unhide command when you run mount or put the unhide command in your /etc/fstab... as for the files not getting written, i had the same problem, it

RE: bug?

2002-04-22 Thread Speeddymon
actually its a typo in wineinstall, find the line that says: if ! su root -c$sucommand and put a space between -c and $sucommand i.e. make it: if ! su root -c $sucommand --- Medland, Bill [EMAIL PROTECTED] wrote: -Original Message- From: Rikard Björklind [mailto:[EMAIL

Re: Installing MS Office gives error in installer

2002-04-22 Thread Speeddymon
no, in the installer its the .lnk files (windows link files) that aren't being copied from the cd (or being converted to .desktop files) or something at any rate tho, they never showed up in my kde menu or on my desktop... so theres probably a problem in wine somewhere. I will try crossover

Unit testing

2002-04-22 Thread Jakob Eriksson
Is there a tutorial or so for how to create new unit tests in Wine? If not, I'll just go ahead and use those there are for blueprints. -- regards, Jakob Eriksson The wages of sin is debugging. -- Ron Jeffries

Re: Installing MS Office gives error in installer

2002-04-22 Thread Hetz Ben Hamo
On Monday 22 April 2002 23:48, Speeddymon wrote: no, in the installer its the .lnk files (windows link files) that aren't being copied from the cd (or being converted to .desktop files) or something at any rate tho, they never showed up in my kde menu or on my desktop... so theres probably

Re: Enhancements and fixes for the rich text edit control

2002-04-22 Thread Alexandre Julliard
[EMAIL PROTECTED] writes: Because of this concept, it was necessay to make two small changes to edit.c -- to move the definition of the EDITSTATE structure into (new file) edit.h, and to add support in function EDIT_BuildLineDefs_ML to recognize \n as an alternative soft line break. I don't

Re: dlls/kernel/comm.c build failure

2002-04-22 Thread Gil Kloepfer Jr.
I think I probably need to get on the mailing list, but... On Mon, Apr 22, 2002 at 08:46:03AM +0200, Gerald Pfeifer wrote: The following patch revision 1.56 date: 2002/04/21 22:06:09; author: julliard; state: Exp; lines: +24 -0 [EMAIL PROTECTED] Faster serial speed cases for

Re: Please educate me

2002-04-22 Thread leanne
Medland, Bill wrote: Can anyone explain what is going on here please; this is obviously an area of bash etc I don't understand. This morning I was doing a fresh install on a totally clean machine from the Wine-20020411 tarball under Redhat 7.1. All went reasonable well until I saw a

Re: fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.

2002-04-22 Thread David Yerger
Just wanted to say the winpos.c.diff patch of 12/25/2001 works like a charm for me. [Was my first experience actually building wine from source - took me about two days to figure out how to patch an SRPM and build the patched version. Apparently what you're supposed to do is put the patch in the

Re: Unit testing

2002-04-22 Thread Francois Gouget
Hi Jakob, Jakob Eriksson wrote: Is there a tutorial or so for how to create new unit tests in Wine? Well, not really. The closest thing is the presentation I gave at WineConf2002: http://www.codeweavers.com/about/news/talks/wineconf2002/regression/ Writing proper documentation for the