[Bug 14699] DLL loading prolem when injecting into another process‏

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 1 02:00:15 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14699





--- Comment #1 from Hongbo Ni <hongbo at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list