Alexandre Julliard wrote:
> The idea is once we get import tables in builtin dlls (real soon now)
> you can import dlls from your app spec file and the dll symbols will
> be used before normal ELF linking. So if your app makes calls to
> fopen() and you import crtdll, fopen() will automagically resolve to
> the crtdll version.

How are you implementing this? Just curious because I was working on the
same subject...

Greetings Bertho

Reply via email to