On Wed, 02 Jun 2004 14:19:07 +0200, Rein Klazes wrote:
Mike's solution seems certain to work. Disadvantage is that it may break another program (that /needs/ the presence of this stub).
That's unlikely at this point. The activation context APIs are XP/Server2003 only, very very few apps (if any) will have a hard dependency on them.
I agree we should fill out these APIs, but this could be a bit tricky. They are rather poorly explained on MSDN and appear to exist to support .NET, which we don't bother with right now. For instance the whole manifest/assembly concept is AFAICT useful mostly for apps which can use the .NET runtime ...
thanks -mike