Re: reading relay log

2004-01-07 Thread Ferenc Wagner
Mike, Uwe, thanks for the quick reply! Now I got to the end of X11DRV_CreateDC (TRACEs added by me): wine_tsx11_lock(); TRACE("physDev=%p\n", physDev); physDev->gc = XCreateGC( gdi_display, physDev->drawable, 0, NULL ); TRACE("XCreateGC returned %p\n", physDev->gc); XSetGraphi

Re: Wineconf update, RFC re remote participation

2004-01-07 Thread Jeremy White
Telephone conversations are quite cheap nowadays (from Europe, they cost are <$3/h!), what about a big conference call. You can break in, ask questions, etc... That will work quite nicely with any sort of telecast from the conference, me thinks. That's an interesting idea; it's conceivable that we

Re: MinGW cross compilation enviroment setup

2004-01-07 Thread Michael Stefaniuc
On Wed, Jan 07, 2004 at 06:23:13PM -0500, Dimitrie O. Paun wrote: > On Wed, 7 Jan 2004, Michael Stefaniuc wrote: > > Here is my .rpmmacros file to be able to build rpms as normal user. You > > need to adapt the paths: > > %_topdir/home/mstefani/rpm > > %_tmppath /home/

RE: Will DCOM98 be pulled?

2004-01-07 Thread Ove Kaaven
man, 05.01.2004 kl. 14.34 skrev Mike Hearn: > On Mon, 05 Jan 2004 14:17:28 +0100, Ove Kaaven wrote: > > Nobody has yet added typelib stuff to widl, eh... I guess I could whip > > up a framework or something to help with that, since nobody else has yet > > done it... > > Actually, in the last 4 day

Re: MinGW cross compilation enviroment setup

2004-01-07 Thread Dimitrie O. Paun
On Wed, 7 Jan 2004, Michael Stefaniuc wrote: > Here is my .rpmmacros file to be able to build rpms as normal user. You > need to adapt the paths: > %_topdir/home/mstefani/rpm > %_tmppath /home/mstefani/rpm/INSTALL Thanks! > You need also to setup the %_topdir direct

Re: Wineconf update, RFC re remote participation

2004-01-07 Thread Dimitrie O. Paun
On Wed, 7 Jan 2004, Eric Pouech wrote: > One of the things which improved was to have a couple of folks present > chatting on IRC at the same time (even, if it was not satisfactory to > break in and ask questions) Telephone conversations are quite cheap nowadays (from Europe, they cost are <$3/

RE: PATCH: Editing DLL overrides in winecfg

2004-01-07 Thread Robert Shearman
> Let me get this straight: dll overrides specificy whether you want to > use the windows dll or wine dll, right? So, when you put it on "", this > is essentially the same as leaving the dll override out? No. Leaving the DLL override out will make Wine use the default override policy. Specifying "

Re: #pre5 - comdlg32 MS_VC + PSDK porting

2004-01-07 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > In other words, by now most people have upgraded from 2.95.x. > Apparently Dave Miller claims 2.95.x is still desirable on > Sparc, but that's not that interesting for us. On the other > hand, being able to compile Wine with the PSDK brings real > v

Re: Task Manager for WINE and ReactOS

2004-01-07 Thread Steven Edwards
--- Eric Pouech <[EMAIL PROTECTED]> wrote: > I can send it again as stated before ;-))) > but why are you using a hosed mail box ? > A+ If you can resend I will merge the C++ -> C changes. Yahoo SPAM filtering used to suck and I think I might have clicked a delete rather than a "This is not pr0n

Re: imm work

2004-01-07 Thread Steven Edwards
Hi Aric, After looking a little closer I dont think its worth the work to try and make a shared implementation right now. I still think your patch will still cause problems because of the way it links to x11drv though =P >From what I understand IMM32 reads the keyboard layout from the regsitry HKE

SEH general info

2004-01-07 Thread Jakob Eriksson
You all probably know, but maybe this is of interest: http://www.jorgon.freeserve.co.uk/ExceptFrame.htm

Re: Re: winearts patch

2004-01-07 Thread chmorgan
> > (4b) wodPlayer_FeedDSP() > > > > In the while loop, I could not figure out the purpose of 'availInQ > > > SPACE_THRESHOLD', so I changed it to 'availInQ'. In reality, the > > SPACE_THRESHOLD check could probably be left in, I am not sure what > > the purpose was in the first place. > Dunno eit

Re: PATCH: Editing DLL overrides in winecfg

2004-01-07 Thread Robert van Herk
Alexandre Julliard wrote: Robert van Herk <[EMAIL PROTECTED]> writes: This is a patch that adds a tabsheet to winecfg, that allows the user to change the dll overrides; both globally and per app. I put this in, but note that there are more possibilities that just builtin or native that wi

Re: wine/ libs/wine/wine.def libs/wine/loader.c in ...

2004-01-07 Thread Ferenc Wagner
Alexandre Julliard <[EMAIL PROTECTED]> writes: > ChangeSet ID: 10547 > Changes by: [EMAIL PROTECTED] 2004/01/02 15:08:05 > > Modified files: > libs/wine : wine.def loader.c > include/wine : library.h > > Log message: > Added wine_dll_get_owner function that retri

Re: winearts patch

2004-01-07 Thread Eric Pouech
Jeremy Shaw a écrit : Hello, This message is largely for Chris Morgan's review, but I thought I should open it to any interested parties. I have added wave-in support for arts. I also fixed some bugs in the waveout code, and made some "improvements". This code seems to work really well for me. If

Re: Task Manager for WINE and ReactOS

2004-01-07 Thread Eric Pouech
Steven Edwards a écrit : Hiya Mike, I have CC'd this to wine-devel in case you are short on time or are no longer interested in taskmgr or if Alexandre even wanted it in CVS. I have updated the license header and removed most of the C++ style comments except in the C++ source files we have not been

Re: dll name length

2004-01-07 Thread Eric Pouech
Dan Timis a écrit : I finally figured out what my problem was. If the name of the library is "USBUtils" it works, if it is "USBDeviceUtils" it doesn't. Actually the max length I can use is 11 characters. That is probably 15 characters including ".dll" In my config file all filesystems are "w

Re: imm work

2004-01-07 Thread Aric Stewart
If you could point out what you would need me to modify to make it work better i could see what i could do. -aric Steven Edwards wrote: Hiya Aric, --- Aric Stewart <[EMAIL PROTECTED]> wrote: Notes: I fear this may violate dll separation between Imm32 and X11drv. I have a very long and bad hist

Re: Comment on new file implementation

2004-01-07 Thread Eric Pouech
Here are a few random thoughts on it: -- it seems we're duplicating a bit stuff like udev/proc, but we can't rely on them, so I guess it's not a big deal. However, somehow we should keep in mind that udev will allow for hotplugging disks etc, and we should keep an open eye to

Re: Comment on new file implementation

2004-01-07 Thread Eric Pouech
Juan Lang a écrit : Eric, the sooner the better as far as I'm concerned. In my quick read of the patch I didn't see any translating from the Win32 namespace to the NT namespace; do you plan to do anything there? I do actually use the NT name space in ntdll (NtCreateFile takes a NT path name). Did

Re: Wineconf update, RFC re remote participation

2004-01-07 Thread Eric Pouech
Does anyone recall being remote to the last Wineconf? Yes I was (and I'll be remote again this year) Video is of course better than audio (and you can also store it for later reuse) Did it work at all? Yes, as a feed back for presentation Is there anything we could/should do to enable others

Re: imm work

2004-01-07 Thread Steven Edwards
Hiya Aric, --- Aric Stewart <[EMAIL PROTECTED]> wrote: > Notes: >I fear this may violate dll separation between Imm32 and X11drv. I > have a very long and bad history of doing that... alot.. so i need to > get better about it. I think it does. We use Imm32 on ReactOS and this wont work for us

Re: Wineconf update, RFC re remote participation

2004-01-07 Thread Shachar Shemesh
Ivan Leo Murray-Smith wrote: One thing I would like to do is to stream audio This would be a regression, the last wineconf had a video stream. Ivan. Do you have the date for the previous wineconf? I can try and find the patch that broke it :-) -- Shachar Shemesh Lingnu Open Systems Cons

Re: reading relay log

2004-01-07 Thread Mike McCormack
Relay only shows you when a DLL boundary is crossed (ie. an inter DLL call), not when a DLL calls a function internal to itself. Mike Ferenc Wagner wrote: After LoadResource returns, I would expect a call to CreateDialogIndirectParamA instead of the SysLevels etc. Could somebody explain this, p

Re: reading relay log

2004-01-07 Thread Uwe Bonnes
> "Ferenc" == Ferenc Wagner <[EMAIL PROTECTED]> writes: ... Ferenc> which I don't understand given the definition Ferenc> Ferenc> HWND WINAPI CreateDialogParamA( HINSTANCE hInst, LPCSTR name, Ferenc> HWND owner,

Re: MinGW cross compilation enviroment setup

2004-01-07 Thread Michael Stefaniuc
On Mon, Jan 05, 2004 at 10:56:20AM -0500, Dimitrie O. Paun wrote: > On January 5, 2004 10:33 am, Michael Stefaniuc wrote: > > Are you building the rpm's as root? I never do that. > > Well, I don't do too much rpm building, and I haven't > changed permissions on /usr/src/redhat: Here is my .rpmmacr

Notes on implementing mscms.dll - for anybody who's interested in digital colour management

2004-01-07 Thread Mike McCormack
Hi, For whoever is interested in running Phase One's Capture One software (http://www.phaseone.com/) on Wine, you'll need mscms.dll for Colour Management. Unfortunately Wine has no implementation of it yet. I had a quick look into what is needed to implement mscms.dll (http://msdn.microsoft.

reading relay log

2004-01-07 Thread Ferenc Wagner
Hi, I feel rather stupid, but need help understanding this. I managed to screw up winetest so that it runs into trouble. The relay trace goes like (indented by examine-relay) 000a:Call comctl32.InitCommonControls

Re: my patch is in neverland :-)

2004-01-07 Thread Marcus Meissner
On Wed, Jan 07, 2004 at 09:50:13AM -0600, Jeremy Newman wrote: > On Wed, 2004-01-07 at 02:30, Marcus Meissner wrote: > > > At one point, Jeremy was talking about implementing some Mailman spam > > > filtering, and I would sure like to see that happen. > > Still would like to. > > > I am using a

Re: [Fwd: [unixODBC-DEV] - UnixODBC, Wine, Crystal Report -- would appreciate insight]]

2004-01-07 Thread Ulrich Czekalla
On Wed, Jan 07, 2004 at 07:11:54AM -0800, Bill Medland wrote: > On January 6, 2004 07:35 pm, Dan Kegel wrote: > > Can somebody have a look at this? > > Thanks, > > Dan > > I'll do what I can; everyone else feel free to jump in. > > > > > Original Message > > Subject: [unixODBC-D

Re: my patch is in neverland :-)

2004-01-07 Thread Jeremy Newman
On Wed, 2004-01-07 at 02:30, Marcus Meissner wrote: > > At one point, Jeremy was talking about implementing some Mailman spam > > filtering, and I would sure like to see that happen. Still would like to. > I am using a handmade filter script on a list I moderate, which just bounces > anything wi

Re: my patch is in neverland :-)

2004-01-07 Thread Jeremy Newman
I see what happened, since the patch was sent to both wine-devel and wine-patches my procmail filter plopped it into my wine-devel folder as that rule matches first. I'll change the priority there. Sorry about that one. On Tue, 2004-01-06 at 18:53, Tom wrote: > Hi, > > I sent a 100k Status Update

Direct3D8 - OpenGL header problem

2004-01-07 Thread Thomas Brix Larsen
Hi list, just upgraded to 2.6.0 and the NVIDIA driver from minion.de and now I get this error when compiling wine: directx.c: In function `IDirect3D8Impl_GetDeviceCaps': directx.c:639: `GL_MAX_VERTEX_UNITS_ARB' undeclared (first use in this function) My X11/include/GL/ headers date, 2001-2002.

Re: [Fwd: [unixODBC-DEV] - UnixODBC, Wine, Crystal Report -- would appreciate insight]

2004-01-07 Thread Bill Medland
On January 6, 2004 07:35 pm, Dan Kegel wrote: > Can somebody have a look at this? > Thanks, > Dan I'll do what I can; everyone else feel free to jump in. > > Original Message > Subject: [unixODBC-DEV] - UnixODBC, Wine, Crystal Report -- would > appreciate insight Date: Tue, 06 J

Re: Wineconf update, RFC re remote participation

2004-01-07 Thread Ivan Leo Murray-Smith
> One thing I would like to do is to stream audio This would be a regression, the last wineconf had a video stream. Ivan.

Re: winewrap: fix wrapper linking

2004-01-07 Thread Richard Cohen
Dimitrie O. Paun wrote: Richard, You patch from Nov 28: http://www.winehq.org/hypermail/wine-cvs/2003/11/0299.html says (among other things): "Compiling with -lwine needs to use the given -L paths." In other words, it adds all the -Lxxx libs to the linking step for the wrapper. I see no reas

Re: Comment on new file implementation

2004-01-07 Thread Juan Lang
Eric, the sooner the better as far as I'm concerned. In my quick read of the patch I didn't see any translating from the Win32 namespace to the NT namespace; do you plan to do anything there? To pick a (bad) example, the name \\server\share\file is valid in the Win32 namespace, but not in the NT

Re: my patch is in neverland :-)

2004-01-07 Thread Marcus Meissner
On Tue, Jan 06, 2004 at 07:27:36PM -0800, Duane Clark wrote: > Tom wrote: > >Hi, > > > >I sent a 100k Status Update patch and its been > >around 18 hours now and its still not showed up. > >Is the moderator on strike? :)) > > It probably was simply inadvertently deleted. I sift through an awful >