manju.hosur wrote: > My concern is regarding DllOverrides option provided by wine. As per my understanding this will completely override specified dll. > If that is the case whether I need to address all the functions in shared library? Wine prefers it's own "dlls" in place of native dlls (in most cases). If it's your own dll and your own .so library then just call them different and make sure their function names don't collide.