#include <ATypes.h>
Definition at line 72 of file ATypes.h.
Public Methods | |
| Error (string s) | |
| Error (char *s) | |
|
|
Definition at line 75 of file ATypes.h.
00075 { MessageBox(NULL, s.c_str(), "EXCEPTION", MB_OK ); }
|
|
|
Definition at line 76 of file ATypes.h.
00076 { *this=Error(string(s)); }
|
1.3-rc2