This is the culprit
if(m_hinstWAB)
FreeLibrary(m_hinstWAB);
if(m_hinstWAB)
FreeLibrary(m_hinstWAB);
To copy to clipboard, switch view to plain text mode
I load the library in the following way and therefore I need to free it.
//This is the variable -->//HINSTANCE m_hinstWAB;
m_hinstWAB = LoadLibrary( (lstrlen(szWABDllPath)) ? szWABDllPath : WAB_DLL_NAME );
//This is the variable -->//HINSTANCE m_hinstWAB;
m_hinstWAB = LoadLibrary( (lstrlen(szWABDllPath)) ? szWABDllPath : WAB_DLL_NAME );
To copy to clipboard, switch view to plain text mode
Any ideas on how I can solve this?
Thanks a lot !
Bookmarks