Re: Why different use of memory

2004-05-05 Thread Shachar Shemesh
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

Re: Hi!

2004-05-05 Thread Jakob Eriksson
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

Re: winetest list

2004-05-05 Thread Dimitrie O. Paun
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.

winetest list

2004-05-05 Thread Ivan Leo Murray-Smith
The winetest list no longer has reason of existing, right? Ivan.

Re: Runtime Error - abnormal program termination

2004-05-05 Thread Ivan Leo Murray-Smith
Sorry, wrong list. Ivan.

Re: Runtime Error - abnormal program termination

2004-05-05 Thread Ivan Leo Murray-Smith
> 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.

Re: Hi!

2004-05-05 Thread Ivan Leo Murray-Smith
> 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,

Re: regression: crash on X2

2004-05-05 Thread Ivan Leo Murray-Smith
> 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

Re: Filedialog: support lpstrCustomFilter and return nFilterIndex

2004-05-05 Thread Lionel Ulmer
> @@ -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

Mozilla Firefox and XPCOM problems

2004-05-05 Thread Steven Edwards
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

Re: WNetGetConnection(): Fix for incorrect drive name and remote name and

2004-05-05 Thread Alexandre Julliard
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

Re: Why different use of memory

2004-05-05 Thread Alexandre Julliard
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]

Re: Why different use of memory

2004-05-05 Thread Mike Hearn
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?

Re: Why different use of memory

2004-05-05 Thread Alexandre Julliard
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

Re: winetest: move to resources

2004-05-05 Thread Alexandre Julliard
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)

Re: Why different use of memory

2004-05-05 Thread Mike Hearn
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

Re: Unicows.dll

2004-05-05 Thread Shachar Shemesh
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]

Re: Vertical font problem

2004-05-05 Thread Shachar Shemesh
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

Re: Why different use of memory

2004-05-05 Thread Alexandre Julliard
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

Strange drawing problem (32bit DIBs)

2004-05-05 Thread Willie Sippel
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

Re[2]: Ukrainian translation

2004-05-05 Thread Ylia K
-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

Re: Why different use of memory

2004-05-05 Thread Bill Medland
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;

[PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-05 Thread James Courtier-Dutton
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

Re: Why different use of memory

2004-05-05 Thread Mike Hearn
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!

2004-05-05 Thread J.A. Frutos
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?.

Re: 7-Zip port more progress

2004-05-05 Thread Dimitrie O. Paun
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

Re: winetest: move to resources

2004-05-05 Thread Ferenc Wagner
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

Re: regression: crash on X2

2004-05-05 Thread Dimitrie O. Paun
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

Re: regression: crash on X2

2004-05-05 Thread Saulius Krasuckas
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

Re: wine/dlls/kernel/tests pipe.c

2004-05-05 Thread Dan Kegel
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

7-Zip port more progress

2004-05-05 Thread Seo Sanghyeon
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