Am 13.11.2010 12:31, schrieb Ged Murphy:
Microsoft already provide similar technology known as virtual dlls.
It was a technology designed for MinWin. 

They split functionality of dlls into �api sets�  These can be seen in Win 7 in the system32 dir with the prefix �api-ms-win-core--<num of>-1-0.dll�. WinMin components link against these virtual dlls which load up the real libs listed in apisetschema.dll. 
However this involves modification to the loader.

Not, if we really put the code into these libraries instead of making them virtual libraries that are being redirected again to kernelbase.dll