How to explicitly load a MFC dll ?
-
guys.. .i need a help. Can anyone tell me how to load a MFC DLL explicitly so that I can load the appropriate version and also unload it? Please note that I am exporting a class from DLL. thanks Bhaskar ___________________________ "Think big, think fast, think ahead. Ideas are no one's monopoly"
-
guys.. .i need a help. Can anyone tell me how to load a MFC DLL explicitly so that I can load the appropriate version and also unload it? Please note that I am exporting a class from DLL. thanks Bhaskar ___________________________ "Think big, think fast, think ahead. Ideas are no one's monopoly"
-
guys.. .i need a help. Can anyone tell me how to load a MFC DLL explicitly so that I can load the appropriate version and also unload it? Please note that I am exporting a class from DLL. thanks Bhaskar ___________________________ "Think big, think fast, think ahead. Ideas are no one's monopoly"
This article of mine does dynamic loading of MFC extension DLLs, so if you look into the code, it should help you do what you need. http://www.codeproject.com/library/PIArchitecture.asp[^] Roger Allen Sonork 100.10016 Were you different as a kid? Did you ever say "Ooohhh, shiny red" even once? - Paul Watson 11-February-2003
-
This article of mine does dynamic loading of MFC extension DLLs, so if you look into the code, it should help you do what you need. http://www.codeproject.com/library/PIArchitecture.asp[^] Roger Allen Sonork 100.10016 Were you different as a kid? Did you ever say "Ooohhh, shiny red" even once? - Paul Watson 11-February-2003
thanks, I will check the URL you mentioned. ___________________________ "Think big, think fast, think ahead. Ideas are no one's monopoly"