Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sockets in 64-bit Pin
valikac17-Jun-04 12:57
valikac17-Jun-04 12:57 
GeneralCString vs. std::string performance for large buffers Pin
Maximilien17-Jun-04 7:45
Maximilien17-Jun-04 7:45 
GeneralRe: CString vs. std::string performance for large buffers Pin
palbano17-Jun-04 8:22
palbano17-Jun-04 8:22 
Generalfollowup and another question. Pin
Maximilien17-Jun-04 10:34
Maximilien17-Jun-04 10:34 
GeneralRe: followup and another question. Pin
vladfein17-Jun-04 11:32
vladfein17-Jun-04 11:32 
GeneralDDEML - DdePostAdvise Pin
swerajan17-Jun-04 7:20
swerajan17-Jun-04 7:20 
GeneralBasic Graphics Question Pin
Piccaso17-Jun-04 6:30
Piccaso17-Jun-04 6:30 
GeneralRe: Basic Graphics Question Pin
Roger Wright17-Jun-04 6:52
professionalRoger Wright17-Jun-04 6:52 
GeneralRe: Basic Graphics Question Pin
palbano17-Jun-04 6:52
palbano17-Jun-04 6:52 
GeneralRe: Basic Graphics Question Pin
pavanbabut20-Jun-04 8:18
pavanbabut20-Jun-04 8:18 
GeneralThread has exited with code 3 Pin
Maarten Kools17-Jun-04 5:48
professionalMaarten Kools17-Jun-04 5:48 
GeneralRe: Thread has exited with code 3 Pin
palbano17-Jun-04 5:57
palbano17-Jun-04 5:57 
GeneralRe: Thread has exited with code 3 Pin
toxcct17-Jun-04 7:47
toxcct17-Jun-04 7:47 
GeneralRe: Thread has exited with code 3 Pin
Maarten Kools17-Jun-04 7:55
professionalMaarten Kools17-Jun-04 7:55 
GeneralRe: Thread has exited with code 3 Pin
toxcct17-Jun-04 8:40
toxcct17-Jun-04 8:40 
GeneralRe: Thread has exited with code 3 Pin
Maarten Kools17-Jun-04 12:19
professionalMaarten Kools17-Jun-04 12:19 
Generalchar -> string.append problem Pin
Scozturk17-Jun-04 5:11
professionalScozturk17-Jun-04 5:11 
GeneralRe: char -> string.append problem Pin
palbano17-Jun-04 5:17
palbano17-Jun-04 5:17 
GeneralRe: char -> string.append problem Pin
V.17-Jun-04 5:20
professionalV.17-Jun-04 5:20 
GeneralRe: char -> string.append problem Pin
RChin17-Jun-04 5:22
RChin17-Jun-04 5:22 
GeneralDLL help Pin
Member 62736417-Jun-04 5:11
Member 62736417-Jun-04 5:11 
GeneralRe: DLL help Pin
RChin17-Jun-04 5:24
RChin17-Jun-04 5:24 
GeneralRe: DLL help Pin
Blake Miller17-Jun-04 5:27
Blake Miller17-Jun-04 5:27 
GeneralRe: DLL help Pin
Member 62736417-Jun-04 22:54
Member 62736417-Jun-04 22:54 
GeneralRe: DLL help Pin
Blake Miller18-Jun-04 4:35
Blake Miller18-Jun-04 4:35 
What if you try
BOOL SetCurrentDirectory(LPCTSTR lpPathName);
to the location where the DLL are before loading the DLL?

If that does not work, I think you have a set of constraints that can not be satisfied.

Also, if you control ALL of the DLL loading and codes, you can always use explicit full file paths in all calls to LoadLibrary, instead of using only the file name.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.