CDllState::CDllState()
{
m_hOldInstance = AfxGetResourceHandle();
AfxSetResourceHandle(theApp.m_hInstance);
}
CDllState::~CDllState()
{
AfxSetResourceHandle(m_hOldInstance);
}
CDllState::CDllState()
{
m_hOldInstance = AfxGetResourceHandle();
AfxSetResourceHandle(theApp.m_hInstance);
}
CDllState::~CDllState()
{
AfxSetResourceHandle(m_hOldInstance);
}