|
From: SourceForge.net <no...@so...> - 2005-05-02 16:12:12
|
Patches item #1193896, was opened at 2005-05-02 11:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1193896&group_id=235 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: dave142 (djstanek) Assigned to: Herman Bloggs (hermanator) Summary: SetDllDirectory fix Initial Comment: As far as I can tell, the code to grab the SetDllDirectory function is not working on WinXP SP2. Not sure if it worked on SP1. Looks like SetDllDirectory() is just a macro, the actual function is SetDllDirectoryA(). That is all the patch does, just grab the ANSI version of the SetDllDirectory() function. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1193896&group_id=235 |