On Wednesday March 12 2008 03:38:57 bill lam wrote: > Thanks James. > I still not yet fully understand override. Does the override operate on > "per file" or "per api" base? > 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? overrides are just an order in which WINE tries to load dlls and which ones it should try to load - native, builtin or both. If important api is missing in already loaded dll, - no matter builtin or native one, - then application will probably crash.