Feb 6, 2002 #1 roopali Technical User Joined Oct 16, 2002 Messages 1 Location IN Hello, Can someone help me how to load external DLL's and Library files to my current project in MFC application Thanks
Hello, Can someone help me how to load external DLL's and Library files to my current project in MFC application Thanks
Feb 6, 2002 #2 oneguy Technical User Joined Apr 23, 2002 Messages 2 Location US call LoadLibrary() and FreeLibrary() to dynamically load/unload dlls. Upvote 0 Downvote
Feb 6, 2002 #3 goossong Programmer Joined Feb 3, 2002 Messages 3 Location KR AfxLoadLibrary(), AfxFreeLibrary() documented in MSDN. Upvote 0 Downvote