Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. try
  2. {
  3. ...
  4. }
  5. catch (const Exception&)
  6. {
  7. ::MessageBox(NULL, L"Error", L"Error", 0); // <-- Crash happens here,
  8. // BEFORE the message box is displayed
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement