Re: ntdll/kernel32: LoadLibrary fails to load some dependent libs

2007-04-06 Thread Clinton Stimpson
Vitaliy Margolen wrote: Clinton Stimpson wrote: So I have this case: An application that can load libraries at runtime (plugins). Plugins reside in a different directory than the application directory. Some plugins have dependent dlls found only in the plugin directory. Wine fails to load the de

Re: ntdll/kernel32: LoadLibrary fails to load some dependent libs

2007-04-06 Thread Vitaliy Margolen
Clinton Stimpson wrote: > > So I have this case: > An application that can load libraries at runtime (plugins). > Plugins reside in a different directory than the application directory. > Some plugins have dependent dlls found only in the plugin directory. > Wine fails to load the dependent dlls.

ntdll/kernel32: LoadLibrary fails to load some dependent libs

2007-04-06 Thread Clinton Stimpson
So I have this case: An application that can load libraries at runtime (plugins). Plugins reside in a different directory than the application directory. Some plugins have dependent dlls found only in the plugin directory. Wine fails to load the dependent dlls. I can copy the dependent dlls into