Re: Question about implementing application compatibility

2013-08-12 Thread Vincent Povirk
> This is awfully overcomplicated (plus I do not know how to make such a > "global" variable in wine) so I was wondering is it OK to implement this > differently than windows does it. If the implementation does not have to be the same to preserve compatibility, then you should ignore those details

Question about implementing application compatibility

2013-08-11 Thread Mislav Blazevic
For past two weeks I've been implementing apphelp.dll. I got that one working and moved onto kernel32 part of magic. According to various papers and blogs it seems that windows logs all exes and dlls ever executed in registry[1] and uses it as cache to lookup if binary needs to be shimmed or patche