comments->Line, in below code, this operator is failed.
LRESULT CWndMain::OnSetting(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
{
static bool bDlgRun = false;
if (bDlgRun) return 0;
}
it's will be:
LRESULT CWndMain::OnSetting(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
{
sta//tic bool bDlgRun = false;
if //(bDlgRun) return 0;
}