Description:
This patch allows platforms using exec-shield patch against the Linux
kernel (eg. Fedora Core) to run Wine without disabling exec-shield.
License: LGPL
Changes in version 7:
* fix bug that caused crash when CreateProcess was called
* update to work with the new functions for reserv
jeffl <[EMAIL PROTECTED]> writes:
> People, when trying to run DebugApiSpy.exe in encounter a divide by
> zero. It seems there is a circumstance where the EDITSTATE block can be
> unitialised. I have not found this yet and I am not sure how to track
> it down. This patch fixes the instance where
> This may be a fine thing to do for another project, but this is
> not a Wine thing, sorry.
OK, but at least the vb runtime and the win installer should be there. Nobody is
implementing, or, AFAIK, planning to implement these parts of windows at the
moment, and without them many programs simply ha
Joshua Walker wrote:
Japanese also use a different system to indicate the
year. They use the year of the emperor. For example
today's year is 14 Heisei (The current emperor has
been in power scense 1990.) When Emperor Hirohito
died in 1989, Japanese programmers had to reprogram
thier computers to
On Mon, May 24, 2004 at 08:50:17PM +0100, Ivan wrote:
> This patch adds lots of download to the winehq download page. Sending only to
> wine-devel for now, as I'm not sure they are all needed, but they could all be
> useful in some situation or another. Comment welcome.
I must say I do not agree w
> The link to the images is broken, it is winedows.gif when it should be
> windows.gif.
Yes, I've just noticed that.
Ivan.
Le lun 24/05/2004 à 15:50, Ivan a écrit :
> This patch adds lots of download to the winehq download page. Sending only to
> wine-devel for now, as I'm not sure they are all needed, but they could all be
> useful in some situation or another. Comment welcome.
>
> Ivan.
>
> p.s. Maybe we should hav
This patch adds lots of download to the winehq download page. Sending only to
wine-devel for now, as I'm not sure they are all needed, but they could all be
useful in some situation or another. Comment welcome.
Ivan.
p.s. Maybe we should have a download page just for m$ components?
patch129.diff
On Mon, 2004-05-24 at 12:19 -0700, Alexandre Julliard wrote:
> That's a different problem. The Drives key is only used to override
> the autodetected drive types, so it shouldn't matter if it's
> missing. The drive symlinks themselves are obviously more important,
Ah, sorry, I hadn't kept up with
Mike Hearn <[EMAIL PROTECTED]> writes:
> On Mon, 2004-05-24 at 11:16 -0700, Alexandre Julliard wrote:
>> There is no need to define the Drives registry key, everything should
>> work fine without it. If something doesn't, that's a bug.
>
> Are there really many programs that will work in the absen
On Mon, 2004-05-24 at 11:16 -0700, Alexandre Julliard wrote:
> There is no need to define the Drives registry key, everything should
> work fine without it. If something doesn't, that's a bug.
Are there really many programs that will work in the absence of the
(virtual) hard disk?
The thing that
"David Purucker" <[EMAIL PROTECTED]> writes:
> Hello,
>
> I have tried several terminal programs (Hyperterm and TeraTerm) under
> several builds of
> Wine including Wine-20040505 and they seem to have the same generic problem.
We are using serial ports under Wine for a current project, and they
Mike Hearn <[EMAIL PROTECTED]> writes:
> Mike Hearn <[EMAIL PROTECTED]>
> Add a check to process_init() to ensure at least one drive is defined,
> as things break if that isn't the case.
There is no need to define the Drives registry key, everything should
work fine without it. If something doesn
-unsigned long elf_read_wine_loader_dbg_info(struct process* pcs)
+BOOL elf_read_wine_loader_dbg_info(struct process* pcs)
{
return -1;
}
we should return FALSE too
Hello,
I have tried several terminal programs (Hyperterm and TeraTerm) under
several builds of
Wine including Wine-20040505 and they seem to have the same generic problem.
They all exhibit the same situation, DATA seems to go OUT, but never seems
to come IN.
Several other people have experienced
Francois Gouget wrote:
Robert Reif wrote:
[...]
The corresponding Microsoft test takes hours to complete.
What is this 'corresponding Microsoft test'? Do you mean that this
test takes hours to complete on Windows? If that's the case it would
be a sign that the test is buggy.
In any case I don't
Robert Reif wrote:
[...]
The corresponding Microsoft test takes hours to complete.
What is this 'corresponding Microsoft test'? Do you mean that this test
takes hours to complete on Windows? If that's the case it would be a
sign that the test is buggy.
In any case I don't see the point of having
Francois Gouget wrote:
You will notice the following problems:
* the test takes awfully long (>6 minutes here). It loops through the
known formats and for each of them it plays, in turn, the regular
test, a test through a duplicated buffer, with a listener, etc.
* as a result of the above, a us
Francois Gouget wrote:
+
+#define NB_FORMATS 24
+extern const unsigned int formats[NB_FORMATS][3];
+
Please don't do this. It is desirable to be able to add
or comment out formats easily when using this test as a
debugging and development tool.
Japanese also use a different system to indicate the
year. They use the year of the emperor. For example
today's year is 14 Heisei (The current emperor has
been in power scense 1990.) When Emperor Hirohito
died in 1989, Japanese programmers had to reprogram
thier computers to deal with the new "ye
20 matches
Mail list logo