Не могу скомпилить exe
fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators,
sizeof(indicators)/sizeof(UINT)))
{
TRACE0("Failed to create status bar\n");
return -1; // fail to create
}
возвращает -1
т.е. не может создать статус бар. В чем дело?
Выходит сообщение Failed to create empty dokument
все разрешилось, пишите, если у кого подобные проблемы.