Re: Windows version autodetection

2008-12-22 Thread Markus Hitter
euristic doesn't help, but it won't worsen matters either. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: Windows version autodetection

2008-12-22 Thread Markus Hitter
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/

Re: wow, there are more win64 apps than I thought...

2008-12-20 Thread Markus Hitter
MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: Canonical and wine

2008-12-12 Thread Markus Hitter
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/

Re: patch for gdi32

2008-12-04 Thread Markus Hitter
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/

Re: RFC: Wine Icons

2008-11-14 Thread Markus Hitter
f the standard distribution. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: Bugzilla - Add keyword and remove OS's

2008-11-14 Thread Markus Hitter
l/63639> It was turned down, then. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: Bugzilla - Add keyword and remove OS's

2008-11-14 Thread Markus Hitter
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 >>>

Re: Bugzilla - Add keyword and remove OS's

2008-11-14 Thread Markus Hitter
"MacOS 9 and before" MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: Sugared Wine

2008-10-11 Thread Markus Hitter
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/

Re: Sugared Wine

2008-10-11 Thread Markus Hitter
Sorry to have no more encouraging comments. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: winequartz.drv Mac OS X UI discontinued?

2008-10-03 Thread Markus Hitter
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

Re: Discussion of bug versions

2008-10-01 Thread Markus Hitter
Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: Detecting Wine

2008-09-30 Thread Markus Hitter
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/

Taking advantage of debug libraries

2008-09-17 Thread Markus Hitter
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/

Re: Debugging Wine thoughts

2008-09-11 Thread Markus Hitter
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/

Peb->BeingDebugged and a debugger messing up

2008-09-08 Thread Markus Hitter
do you think? Thanks, MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: crypt32: fixed the testGetCertChain tests on Vista.

2008-09-08 Thread Markus Hitter
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

Re: ntdll/file.c: Fix a possible NULL dereferencing.

2008-08-28 Thread Markus Hitter
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,

Re: ntdll/file.c: Allow to TRACE NtCreateFile return

2008-08-27 Thread Markus Hitter
Kus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: ntdll/file.c: Allow to TRACE NtCreateFile return

2008-08-27 Thread Markus Hitter
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

Patch workflow recommendations (was: Re: shlwapi ...)

2008-08-26 Thread Markus Hitter
the Wine development > process. I'd avoid recommending longer patch series. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: Add TRACEs to NtCreateFile returns (second try)

2008-08-26 Thread Markus Hitter
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/

Re: Add TRACEs to NtCreateFile returns (second try)

2008-08-25 Thread Markus Hitter
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

Re: Add TRACEs to NtCreateFile returns (second try)

2008-08-25 Thread Markus Hitter
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

Re: Add TRACEs to NtCreateFile returns (second try)

2008-08-25 Thread Markus Hitter
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; >

Re: New kernel development guide might be good model for Wine...

2008-08-19 Thread Markus Hitter
;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/

Re: New kernel development guide might be good model for Wine...

2008-08-18 Thread Markus Hitter
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/

Re: New kernel development guide might be good model for Wine...

2008-08-18 Thread Markus Hitter
s suggested in the HowTo, and clutter Alexandre's mailbox even more. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: New kernel development guide might be good model for Wine...

2008-08-18 Thread Markus Hitter
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/

Re: Is Wine portable to ARM arch?

2008-08-08 Thread Markus Hitter
on Mac OS X. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: Bizarre idea: creating our own extension to msi for cross-platform installers

2008-07-27 Thread Markus Hitter
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/

Re: crypt32/tests: check Vista error codes for the msg tests.

2008-07-23 Thread Markus Hitter
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/

Visual Runtime conflicts with the debugger?

2008-07-20 Thread Markus Hitter
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/

Re: That tiny OpenGL app

2008-07-17 Thread Markus Hitter
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/

Re: That tiny OpenGL app

2008-07-17 Thread Markus Hitter
es), making my setup pretty fragile. MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: That tiny OpenGL app

2008-07-17 Thread Markus Hitter
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

That tiny OpenGL app

2008-07-16 Thread Markus Hitter
could imagine, but no joy. Any ideas, somebody? Thanks, MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: Compile error in wine-1.1.1

2008-07-14 Thread Markus Hitter
d elsewhere didn't work for me. HTH, MarKus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/

Re: [Wine] wine proccess list

2007-12-11 Thread Markus Hitter
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/