Re: Add support for MDICREATESTRUCT conversion for 16-bit windows

2004-01-22 Thread Dmitry Timoshkov
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > Using GetExePtr is going to return the wrong instance once we get back > to 16-bit code. The instance handles are actually not supposed to be > converted at all, we just expand the 16-bit ones to 32-bit. What was > the problem with your 16-bit app?

Re: Implement binary relocatability

2004-01-22 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > Before Wine would not be able to find libwine nor ntdll.so, now it can. > > I hope this patch is OK, as I think this is a useful feature that far more > free software should support. The list of use cases is big. As dicussed a couple of weeks ago, this nee

Re: Add support for MDICREATESTRUCT conversion for 16-bit windows

2004-01-22 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > I've got a bug report that after my MDI rewrite some 16-bit MDI app > stopped to work. That's not a surprise at all. The surprise is that > STRUCT32_xxx conversion helpers didn't cope correctly with 16-bit > hInstance and actually that caused a 16-bit

FYI: Patch sent to wine-patches list. (NT) (WAS: Re: GetCommandLine issue with Dungeon Keeper)

2004-01-22 Thread Frank Schruefer

Re: PATCH: install more programs

2004-01-22 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > I think we can install those safely. > > Ciao, Marcus > > Changelog: > Install rundll32,winemenubuilder and winevdm into the system. Why do you need these? They are not really supposed to be started directly by the user. -- Alexandre Julliard

Re: Wine release 20040121

2004-01-22 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > Does this mean winelib apps no longer need to be run like "wine foo.exe.so", > and can just be "./foo" like any other ELF binary? No it has nothing to do with that. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Systray integration patch

2004-01-22 Thread Mike Hearn
On Thu, 22 Jan 2004 12:28:59 +, Martin Garton wrote: > I realise that the systray patches as they currently stand will not be > integrated and need making into a seperate program. However, in the > meantime the existing systray patch Works For Me so does anyone have an > updated version that ap

Re: Wine release 20040121

2004-01-22 Thread Mike Hearn
On Thu, 22 Jan 2004 10:51:47 -0800, Alexandre Julliard wrote: > The wrapper is no longer necessary, but you need to use the -init and > -fini link options in your Makefile. If you are using winegcc it's > done automatically; winemaker hasn't been fixed yet so if you use that > you'll need to add th

debugstr buffer overflow

2004-01-22 Thread Stefan Leichter
Hello, attached is a piece of a logfile that shows a buffer overflow of the debugstr. For my understanding the function should have only two parameters! is this right? What may cause this problem? Any ideas? Hints to trace the problem? Thanks Stefan For the record: logfile generated by install

Re: Print warning when drives of type cdrom do not contain a device field

2004-01-22 Thread Eric Pouech
Mike Hearn a écrit : On Wed, 2004-01-21 at 23:18, Alexandre Julliard wrote: We obviously can't print warnings on the console for every config parameter that might be wrong. That's a job for winecheck. OK. Is there a reason this isn't autodetected anyway, or is that coming up in Erics rewrite? th

Re: WineDbg didn't stop

2004-01-22 Thread Eric Pouech
Fabian Cenedese a écrit : Hi I tried to debug a program. I set a breakpoint but winedbg didn't stop though it said the breakpoint was set. Here's the output: Wine-dbg>b CIncoExpCtrl::OnCreate Unable to add breakpoint, will check again when a new DLL is loaded Wine-dbg>c ... (0x42a2) Loaded deb

Re: WINMM problem with Half-Life

2004-01-22 Thread Eric Pouech
Well, it sort of does... but with that patch, sometimes westuck in the critical section. I guess the question is why does dwEventCount count further than expected? yup. can you post a -debugmsg +mciavi trace A+

RE: Lotus Notes broken in recent CVS

2004-01-22 Thread Robert Shearman
> Hello, > > For the last couple days, Lotus Notes (5.0.11) has been broken under > CVS Wine. Since Wine was released as a snapshot, I thought that I had > better speak up because it is still broken and no one else seems to have > noticed a problem with whatever recently changed.. Here is w

Re: RFC on our new initiative

2004-01-22 Thread Mike Hearn
On Thu, 22 Jan 2004 11:17:55 -0600, Gregory M. Turner wrote: > Mono is LGPL/X11 (except the compiler) so we could beat them at their own game > by forking /their/ code, turning it into a winelib app, and implementing > Windows.Forms properly ;) It's not that simple. Unsurprisingly they don't wan

SetupCreateDiskSpaceListA/W ?

2004-01-22 Thread Stefan Leichter
Hello, i am looking for informations / documents about the function SetupCreateDiskSpaceList of the SETUPAPI.DLL. I found nothing useful so far to get idea how to implement it. I used also the native dll to see the API call during the runtime of the function, but i found nothing useful. So an

Re: Lotus Notes broken in recent CVS

2004-01-22 Thread Mike Hearn
On Thu, 22 Jan 2004 12:49:51 -0500, Paul R Streitman wrote: > err:module:map_image Could not map section .rdata, file probably truncated Try copying the notes install image to a local Linux partition and running it from there (obviously somewhere viewable by a wine drive mapping). I have a feeling

Re: Wine release 20040121

2004-01-22 Thread Alexandre Julliard
Boaz Harrosh <[EMAIL PROTECTED]> writes: > I follow the wine mailing list every work day. I even went back on > these messages I did not read. I cannot find that patch. > Alexandre Please? > Elaborate a little about that fix. What do we do now? Just remove > the wrapper and run? nothing to do in

Systray integration patch

2004-01-22 Thread Martin Garton
Hi, I realise that the systray patches as they currently stand will not be integrated and need making into a seperate program. However, in the meantime the existing systray patch Works For Me so does anyone have an updated version that applies against Wine-20040121? Regards, Martin Garton.

[leadership/opensource] invitation to online survey

2004-01-22 Thread Gianluca Bosco
Dear all, I have just put online a survey addressing the topic "good leadership in the open-source environment". Basically, my objective is to identify the personal conceptions of good leadership that reside in the minds of the contributors, in terms of leaders' _behaviors_ and _characterist

Lotus Notes broken in recent CVS

2004-01-22 Thread Paul R Streitman
Hello, For the last couple days, Lotus Notes (5.0.11) has been broken under CVS Wine. Since Wine was released as a snapshot, I thought that I had better speak up because it is still broken and no one else seems to have noticed a problem with whatever recently changed.. Here is what I s

Re: RFC on our new initiative

2004-01-22 Thread Gregory M. Turner
On Thursday 22 January 2004 12:05 am, Boaz Harrosh wrote: > Jeremy White wrote: > >>Did any one contact Xaim to see if they can send any MONO people to > >>wineconf? > >>Is there any vision on how these 2 integrate? > >> I haven't even touched MONO yet (& .NET for that mater), but from the > >>loo

WineDbg didn't stop

2004-01-22 Thread Fabian Cenedese
Hi I tried to debug a program. I set a breakpoint but winedbg didn't stop though it said the breakpoint was set. Here's the output: Wine-dbg>b CIncoExpCtrl::OnCreate Unable to add breakpoint, will check again when a new DLL is loaded Wine-dbg>c ... (0x42a2) Loaded debug information from 32bit

Still SSTab, OleAut32.dll

2004-01-22 Thread Fabian Cenedese
Hi I'm still trying to get some VB programs to run on wine (actual cvs). But I always get the error that it can't load the SSTab control from TabCtl32.ocx as described here: http://www.winehq.org/hypermail/wine-devel/2003/12/0157.html I now tried setting some dlls to native and found that it wor

Re: cvs broken?

2004-01-22 Thread Jeremy Newman
No request goes completely ignored. I was going to reply to you this morning but you beat me to it. I was wrong about it needing write privs to the cvs dir. It only needs that if you want the annotate feature. Which, of course is turned off. On Thu, 2004-01-22 at 02:54, Tom wrote: > > To reply t

Re: cvs broken?

2004-01-22 Thread Tom
Tom wrote: Jeremy Newman wrote: I assume you are talking about CVSweb (aka http://cvs.winehq.org/). If you want to download a file, use the command line cvs client. I am not comfortable giving apache or the cvsweb.cgi write privileges to the CVS tree. Well it use to let you view a file... Now al

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-22 Thread Dmitry Timoshkov
"Shane Shields" <[EMAIL PROTECTED]> wrote: > "The patch is wrong, since it cures just a symptom not the problem itself. > There are two problems with current x11drv keyboard code: > 1. Very likely that Turkish keyboard layout there is incorrect. > 2. As stated before the keyboard code should be fi

Re: WM_CTLCOLOR.. will be sent to parent window. [?? Probable Spam]

2004-01-22 Thread Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote: > @@ -2665,12 +2665,27 @@ > static LRESULT > TREEVIEW_EraseBackground(TREEVIEW_INFO *infoPtr, HDC hDC) > { > -HBRUSH hBrush = CreateSolidBrush(infoPtr->clrBk); > -RECT rect; > +HBRUSH hBrushLocal = NULL; > +HWND hwnd = infoPtr->hwnd; > +HBRUSH hBru