If I Use LoadLibrary and GetProcAdress to get the adress of functions in the "MAIN PROGRAM MODULE"
Then, after using FreeLibrary, will this adresses still be valid ?
"Sure they will" is an obvious answer, but is that allways true?
I want to collect som useful codepointers in the calling program
once when the DLL is initiated.
and then use this codepointers to generate "events".
Like progress-report and such things as configuration data.
-------------
Fred
mailto:[email protected][email protected]</A>
http://www.oxenby.se
[This message has been edited by Fred Oxenby (edited March 28, 2000).]
Then, after using FreeLibrary, will this adresses still be valid ?
"Sure they will" is an obvious answer, but is that allways true?
I want to collect som useful codepointers in the calling program
once when the DLL is initiated.
and then use this codepointers to generate "events".
Like progress-report and such things as configuration data.
-------------
Fred
mailto:[email protected][email protected]</A>
http://www.oxenby.se
[This message has been edited by Fred Oxenby (edited March 28, 2000).]
Comment