Alexandre Julliard wrote:
Mike Hearn <[EMAIL PROTECTED]> writes:
What address range is that? At the moment I think Mikes preloader patch
only reserves the PE load area, DOS area and shared heap area. Is there
another we need?
Basically everything above 2Gb. But there's no need to do that
J.A. Frutos wrote:
Hi!
An new in the list, and need your help. I need make a executable statically
wine . This is possible and if it's possible, how i do it?.
No, it's not possible and probably never will be.
regards,
Jakob
On Wed, 5 May 2004, Ivan Leo Murray-Smith wrote:
> The winetest list no longer has reason of existing, right?
Yes, it does -- errors will be reported there.
--
Dimi.
The winetest list no longer has reason of existing, right?
Ivan.
Sorry, wrong list.
Ivan.
> What is dcom98 and where to get it ? What is the purpose ?
See http://www.winehq.com/hypermail/wine-users/2004/05/0048.html
> Where can I find Frank's Corner ?
http://frankscorner.org
BTW you should try using google, it's a great tool for finding things
http://www.google.com
Ivan.
> Hi!
>
> An new in the list, and need your help. I need make a executable statically
> wine . This is possible and if it's possible, how i do it?.
I don't think so. In any case it would be a big and inefficient binary, why on
earth do you want to do this?
Ivan,
> Are all of you sure whether it is right thing to include "make depend"
> when testing for a regression? I just did it and "make" now recompiles
> all src from the ground, it seems :-(
Yes, the last time I didn't run make depend, wine started, then silently exited.
A headers/makefile change can
> @@ -32,8 +32,14 @@
> *
> * FIXME: old style hook messages are not implemented (except FILEOKSTRING)
> *
> +<<< filedlg.c
> + * FIXME: if the size of lpstrFile (nMaxFile) is too small the first
> + * two bytes of lpstrFile should contain the needed size
> + *
> +===
> * FIXME: lpst
Hi,
I dont know if anyone else is seeing this but with the latest CVS and
with any recent Firefox or other mozilla applications I keep getting a
crash with the following backtrace.
Thanks
Steven
Unhandled exception: page fault on write access to 0x53e58964 in 32-bit
code (0x4022374e).
In 32-bit
Krishna Murthy <[EMAIL PROTECTED]> writes:
> - Long Description:
> 1. WNetGetConnectionA calls WNetGetConnectionW without converting single
> character string "drive name" to wide character string. Fix is to convert
> the single character string "drive name" to wide character before calling
> WNet
Mike Hearn <[EMAIL PROTECTED]> writes:
> I thought the kernel would be happy to mmap addresses >2gig for the
> dynamic linker - no?
It doesn't matter, we don't need that space, we just need to prevent
dlls from getting mapped there.
--
Alexandre Julliard
[EMAIL PROTECTED]
On Wed, 2004-05-05 at 11:32 -0700, Alexandre Julliard wrote:
> Basically everything above 2Gb. But there's no need to do that in the
> preloader, it can be done in the normal init code.
I thought the kernel would be happy to mmap addresses >2gig for the
dynamic linker - no?
Mike Hearn <[EMAIL PROTECTED]> writes:
> What address range is that? At the moment I think Mikes preloader patch
> only reserves the PE load area, DOS area and shared heap area. Is there
> another we need?
Basically everything above 2Gb. But there's no need to do that in the
preloader, it can be
Ferenc Wagner <[EMAIL PROTECTED]> writes:
> Now I got it, hopefully. So: the winetest executable must
> contain some information about its build process which it
> can write into the reports. These are: an identification
> string (usually the checkout date and time but possible
> something else)
On Wed, 2004-05-05 at 09:12 -0700, Alexandre Julliard wrote:
> There's a hack in Crossover to work around that problem, but it's not
> a proper fix. The right way is to reserve the high memory area so that
> things don't get mapped there.
What address range is that? At the moment I think Mikes pre
Lise Champagne wrote:
Shachar I keep getting a unicows.dll cannot be found warning and
am searching for a fix. I downloaded the exe file from microsoft but
it doesn't direct itself on the install. I don't know where it go's.
Could you help me? Thank you Brian[EMAIL PROTECTED]
paolo inzaghi wrote:
Hi,
I'm porting a Windows application to Wine and I found 2 problems.
For simplicity I wrote a simple Window application (attached to the
mail) that use two TextOut to write the strings "Horizontal" and
"Vertical".
The text is written horizontally and vertically, setting the
Mike Hearn <[EMAIL PROTECTED]> writes:
> Maybe this is due to the address space problems on RHEL. I think the
> latest versions of Wine have a fix, but could be wrong, I'm pretty sure
> there's a fix in CrossOver for it. Alexandre?
There's a hack in Crossover to work around that problem, but it's
Hi there.
Mirage by Bauhaus Software (image editing) has some serious drawing
issues with Wine. The main workspace gets drawn correctly, but the
interface pixmaps are completely wrong (wrong colors, redraw problems,
increasing offset). One of the developers (Sebastien Miglio) told me
something abo
-Original Message-
From: "Dmitry Timoshkov" <[EMAIL PROTECTED]>
To: "Ylia K" <[EMAIL PROTECTED]>
Date: Thu, 29 Apr 2004 19:48:03 +0900
Subject: Re: Ukrainian translation
> "Ylia K" <[EMAIL PROTECTED]> wrote:
>
> > I could not find any data or program in Wine src to generate it.
> > Abrev
On May 5, 2004 06:54 am, Mike Hearn wrote:
> On Tue, 04 May 2004 21:11:47 -0700, Bill Medland wrote:
> > When I first run the program after a reboot (of the linux) the program
> > fails When I run it again it works, and it continues to work until the
> > next reboot.
(Actually I was slightly wrong;
Is there any chance of getting my patch into cvs. I could then start
making further improvements to the winealsa driver.
Currently, the winealsa driver does a lot of stuff it should not, and I
will changing things to make it more reliable with a wider variety of
sound cards.
If my patch is not
On Tue, 04 May 2004 21:11:47 -0700, Bill Medland wrote:
> When I first run the program after a reboot (of the linux) the program fails
> When I run it again it works, and it continues to work until the next reboot.
How does it fail?
> The BIG difference between the two runs is which memory it us
Hi!
An new in the list, and need your help. I need make a executable statically
wine . This is possible and if it's possible, how i do it?.
On Wed, 5 May 2004, Seo Sanghyeon wrote:
> Now problem is that it seems wineg++ has problems with Wide
> character functions. Not in C, but it seems in C++ libc headers
> are included instead of msvcrt headers, resulting in compilation
> failures. Is my analysis correct?
Yes, this is correct. Bec
Alexandre Julliard <[EMAIL PROTECTED]> writes:
> Ferenc Wagner <[EMAIL PROTECTED]> writes:
>
>> Back to the topic: my main point is that the situation is
>> best expressed by a Makefile and solved by make. Best as
>> opposed to verbosity and complexity. I suppose this is also
>> a fairly workabl
On Wed, 5 May 2004, Saulius Krasuckas wrote:
> Are all of you sure whether it is right thing to include "make depend"
> when testing for a regression? I just did it and "make" now recompiles
> all src from the ground, it seems :-(
This is not unusual, most like the headers changed, and this us
Ivan Leo Murray-Smith wrote:
> Also, you don't need to recompile every time. Just patch your current
> tree, run ./configure && make depend && make without previously running
> make clean, and only the files that have changed will be recompiled.
Are all of you sure whether it is right thing to in
jakov wrote:
Alexandre Julliard wrote:
Modified files:
dlls/kernel/tests: pipe.c
Log message:
Avoid killing threads with TerminateThread, this can cause deadlocks.
Thank you, so that was why it hanged on Win9x!
How embarassing! I know better, too (killing a thread is bad form on any
p
Cleaned up build system to include compiled file's
current directory. Needed to compile "Compress" directories.
Patched here and there.
154 files compiled, patches 66 lines. (-22, +44.) There are
345 files total in the source tree.
Now problem is that it seems wineg++ has problems with Wide
char
31 matches
Mail list logo