|
From: SourceForge.net <no...@so...> - 2005-05-03 13:06:51
|
Patches item #1193896, was opened at 2005-05-02 11:12 Message generated for change (Settings changed) made by datallah You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1193896&group_id=235 Category: win32 Group: None Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Dave Stanek (djstanek) Assigned to: Daniel Atallah (datallah) 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. ---------------------------------------------------------------------- Comment By: Daniel Atallah (datallah) Date: 2005-05-02 23:40 Message: Logged In: YES user_id=325843 Thanks! I don't know how we never noticed this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1193896&group_id=235 |