Hi
I'm using a extension dll in a MFC exe dinamically.
This is causing problems with deserialization of objects !
HMODULE h = AfxLoadLibrary(_T("my.dll"));
// uses it
AfxFreeLibrary(h);
After this point, the m_pModuleState->m_classList of the exe CWinApp object
is NULL and all CRuntimeClass information are lost !
Someone have a tip ?
--
Leandro Gustavo Biss Becker
http://go.to/leandrobecker