On Tue, Mar 11, 2008 at 8:38 PM, bill lam <cbill.lam@xxxxxxxxx> wrote: > I still not yet fully understand override. Does the override operate on "per > file" or "per api" base? Per DLL file. I'm pretty sure. > Eg. override with [builtin, native] > if both builtin and native dll are there, but one api is missing in builtin, > will that api from native dll be called, while other api still from builtin? No, it's all or nothing. - Dan