On Sat, 2003-12-13 at 20:43, Andreas Mohr wrote:
> Isn't 0xeedfade just the usual "strange" marker for some weird things in
> Wine? A grep ought to help here...
Nah, I found it. A quick hunch and some looking through the Delphi VCL
source showed 0xeedfade to be the generic "Native Delphi Exception
Hi,
On Sat, Dec 13, 2003 at 08:13:54PM +, Mike Hearn wrote:
> On Sat, 2003-12-13 at 19:56, Alexandre Julliard wrote:
> > Just the opposite, a wrapper script is much cleaner than adding some
> > special handling deep in the Wine core. That way you can define the
> > policy you want (switching o
On Sat, 2003-12-13 at 19:56, Alexandre Julliard wrote:
> Just the opposite, a wrapper script is much cleaner than adding some
> special handling deep in the Wine core. That way you can define the
> policy you want (switching on a key press, after a delay, after a
> certain function is called, etc.)
Mike Hearn <[EMAIL PROTECTED]> writes:
> Sorry, I guess the reasons aren't obvious to me. What's wrong with it?
> Certainly using mini shell scripts like that seems to be more of a hack
> than special casing some Wine code.
Just the opposite, a wrapper script is much cleaner than adding some
spec
On Sat, 13 Dec 2003 16:46:06 +, you wrote:
> On Sat, 2003-12-13 at 16:36, Rein Klazes wrote:
> > Gerard Patel (if I remember his name correctly) send in such a patch
> > years ago, which was not committed for obvious reasons.
>
> Sorry, I guess the reasons aren't obvious to me. What's wrong w
On Sat, 2003-12-13 at 16:36, Rein Klazes wrote:
> Gerard Patel (if I remember his name correctly) send in such a patch
> years ago, which was not committed for obvious reasons.
Sorry, I guess the reasons aren't obvious to me. What's wrong with it?
Certainly using mini shell scripts like that seems
On Sat, 13 Dec 2003 15:56:15 +, you wrote:
> Hi,
>
> I'd like to implement delayed debug tracing, by which I mean you can do
> a +relay,+seh,+tid,+win,+otherstuff and yet not create a log file so
> huge it's impossible to work with. I seem to recall seeing this feat
Le sam 13/12/2003 à 10:56, Mike Hearn a écrit :
> Hi,
>
> I'd like to implement delayed debug tracing, by which I mean you can do
> a +relay,+seh,+tid,+win,+otherstuff and yet not create a log file so
> huge it's impossible to work with. I seem to recall seeing this feat
Hi,
I'd like to implement delayed debug tracing, by which I mean you can do
a +relay,+seh,+tid,+win,+otherstuff and yet not create a log file so
huge it's impossible to work with. I seem to recall seeing this feature
in WineX, where you can press Alt-F12 to switch it on.
Does anybody