http://bugs.winehq.org/show_bug.cgi?id=14699
--- Comment #1 from Hongbo Ni hongbo@njstar.com 2008-08-01 02:00:14 --- Rolf Kalbermatter (r.kalbermatter-at-hccnet.nl) describe the problem in another way which is easier to understand.
"Not sure about what you mean with injecting here but in normal applicationoperationwhen loading a DLL explicitedly from a specific directory (which is not thecurrentdirectory nor the application directory or one of the standard searchpaths), Windowswill not resolve to other DLLs implicitedly loaded by that DLL eventhoughthey are inthe same directory than the referencing DLL."
Basically it says, if your application X in c:\DirX\ calls LoadLibrary('c:\DirA\B.dll');
It will fail under Wine since it can not find C.dll.