"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?
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
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
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
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]
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
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
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
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
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
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+
> 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
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
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
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
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
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.
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
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
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
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
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
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
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
"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
<[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
27 matches
Mail list logo