Functions | |
NVSG_API void | errorMessage (const std::string &caption, const std::string &msg, bool resume) |
Pop up an error message. |
The IO namespace has been introduced as an additional layer to maintain platform independency for input/output related functionality.
|
Pop up an error message. This function pops up a dialog showing the error message msg. The dialog box will show \ a caption as caption. The boolean parameter resume forces a visual feedback for whether subsequent code will be resumed or not.
|