euristic doesn't help, but it won't
worsen matters either.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
Apps written in 1996
are never ever designed to run on WinXP. It's a matter of being
conservative enough.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
already installed along other
apps on a drive_c.
BTW, how would you interact between different Windows apps running on
different versions of Wine?
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
ne-devel or wine-patch?
wine-patches is for patches only, -devel is where discussions should go.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
f the standard distribution.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
l/63639>
It was turned down, then.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
Am 14.11.2008 um 10:15 schrieb Kai Blin:
> On Friday 14 November 2008 09:53:03 Markus Hitter wrote:
>> Am 14.11.2008 um 00:15 schrieb Austin English:
>>> Howdy,
>>>
>>> The OS list in bugzilla is a bit excessive. [...]
>>> Mac System 7
>>>
"MacOS 9 and before"
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
ith the taskbar your John Gilmore has. Unless I miss
something, there's no need to give it them, either.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
Sorry to have no more encouraging comments.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
de to binary
> Objective-C code?
While the above is correct, modern Cocoa, in opposite to it's
precedessor NeXTstep/OpenStep, is based on Quartz and CoreFoundation,
both of which are plain C APIs. There's no need for neither Carbon
nor Cocoa nor Objective-C to get some basic graphics to t
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
t done today)
A reasonable 99% shortcut would probably be to parse C: only. This
should be sufficient for almost all users, especially the clueless
ones, on Wine as well as on Windows.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
even in generic gdb?
If yes, where would I put these files or how would I load their
tables into the debugger?
Thanks,
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
linedocs/gdb_5.html
My tries to break not into the preloader, but the actual Windows
application weren't successful so far, gdb's console appears to lock
up somehow when setting follow-fork-mode & friends.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
do you think?
Thanks,
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
Am 08.09.2008 um 01:30 schrieb James Hawkins:
> For example, the following is significantly easier to read:
>
> ok(result == ERROR_BUFFER_TOO_SMALL ||
> result == ERROR_INVALID_USER_BUFFER || /* win98 */
> result == ERROR_INVALID_DATA, /* Vista */
> "Expected ERROR_BUF
Am 27.08.2008 um 11:27 schrieb Nikolay Sivov:
> Markus Hitter wrote:
>> if (!attr || !attr->ObjectName) return STATUS_INVALID_PARAMETER;
> Shouldn't this be splitted? It isn't safe to rely on evaluation order.
> Or is it a default compiler setting for us?
You know,
Kus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
Am 27.08.2008 um 10:14 schrieb Dmitry Timoshkov:
> "Markus Hitter" <[EMAIL PROTECTED]> wrote:
>
>> Providing the file handle allows to map
>> read/write requests to the corresponding file name.
>
> As pointed out by Alexander, you can use an appropr
the Wine development
> process.
I'd avoid recommending longer patch series.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
id on success only and to not confuse the
observer with invalid handles. Perhaps this is more care than needed.
> Please try to minimize the changes you're making
Sure. After the breath :-)
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
k of it.
From e24b273d367aee0f200a0f57ddcceeac2396bf54 Mon Sep 17 00:00:00 2001
From: Markus Hitter <[EMAIL PROTECTED]>
Date: Tue, 26 Aug 2008 00:48:53 +0200
Subject: [PATCH] Fix a possible NULL dereferencing.
Spotted by James Hawkins, the variable at risk is "attr".
---
dlls/ntdll/file.c | 12 +++-
1 fi
Am 25.08.2008 um 17:58 schrieb James Hawkins:
> On Mon, Aug 25, 2008 at 3:12 AM, Markus Hitter <[EMAIL PROTECTED]>
> wrote:
>>
>> Am 25.08.2008 um 01:31 schrieb James Hawkins:
>>
>>> 2008/8/24 Markus Hitter <[EMAIL PROTECTED]>:
>&g
Am 25.08.2008 um 01:31 schrieb James Hawkins:
> 2008/8/24 Markus Hitter <[EMAIL PROTECTED]>:
>>
>
> +if (!attr || !attr->ObjectName)
> +{
> +TRACE("returning STATUS_INVALID_PARAMETER\n");
> +return STATUS_INVALID_PARAMETER;
>
;m perfectly fine if Wine people consider this process as
being effective. There's no law enforcing Wine to accept what I've sent.
> [...] or ask the community or Alexandre what the problem is.
Correct. Communication is a plus.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
don't care to be asked more than once". Thanks to
Michael for reviewing my lines.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
s suggested in the HowTo, and clutter
Alexandre's mailbox even more.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
hed through unnoticed.
Good thing is, with patchwatcher we have a tool for listing open
patches now, allowing to monitor their status. At least I hope so.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
on Mac OS X.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
onsible for failures)
installing apps with/in Wine. Even if they allow it or help fixing
Wine bugs, this will always be a small but important niche.
my $0.02
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
ke this would be better
(pseudo-code):
if (WinVer <= XP) {
ok((!ret && [...]),
"Expected [...]);
} else {
ok((ret && [...]),
"Expected [...]);
}
Likely a often asked question, but I couldn't find hints about the
answer yet.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
ces and print()
statements and/or to catch Visual Whatever Runtime Exceptions?
Thanks,
Markus
P.S.: This is a current Wine (git) on Ubuntu 64-bit.
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
the 32-bit Linux libs installed for Wine
> to use,
> however.
I'm hunting for a few of the differences between "should" and "does"
and try to catch them with test cases. See bug #10490.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
es), making my setup pretty fragile.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
Am 17.07.2008 um 00:56 schrieb Chris Robinson:
> On Wednesday 16 July 2008 03:38:37 pm Markus Hitter wrote:
>> maybe I'm just missing the obvious, but I can't get my small one-file
>> app to link. As I've just built Wine from scratch on this box,
>> every
could imagine, but
no joy. Any ideas, somebody?
Thanks,
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
d elsewhere didn't work for me.
HTH,
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
f the shells I'm aware of allow to
tweak argv[0]. The hearth of a custom launcher would be an execve()
system call, see "man execve" on what it does.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
40 matches
Mail list logo