Re: throw what?
От: Alny Украина  
Дата: 06.08.04 13:34
Оценка:
К>
К>            if (it == m_mapAiInfo.end())
К>                throw; // <--- что это?
К>        }
К>        catch(HRESULT)
К>        {
К>            ATLASSERT(!"CEan128EditDlg::OnSelchangeComboAllcodes failed");
К>        }
К>

К>Компилятор VC6.
Читаем MSDN A throw-expression with no operand re-throws the exception currently being handled. Such an expression should appear only in a catch handler or in a function called from within a catch handler
Может быть это как раз второй случай?
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.