On Tue, Mar 11, 2008 at 6:38 PM, bill lam <cbill.lam@xxxxxxxxx> wrote: > I would like to know if there is any difference between [native] and > [native,builtin]? Is there any function that native dll missing and need builtin > version to step in? [native,builtin] is less likely to kill you if you happen to be missing the dll in question. (This might be handy while running a complex installer than can limp by with Wine's version of a dll initially but needs the real one before it's done.) - Dan