Feb 6, 2002 #1 roopali Technical User Oct 16, 2002 1 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 Apr 23, 2002 2 US call LoadLibrary() and FreeLibrary() to dynamically load/unload dlls. Upvote 0 Downvote
Feb 6, 2002 #3 goossong Programmer Feb 3, 2002 3 KR AfxLoadLibrary(), AfxFreeLibrary() documented in MSDN. Upvote 0 Downvote