#include <string>
#include "nvsgcommon.h"
Include dependency graph for IOLayer.h:
Go to the source code of this file.
Namespaces | |
namespace | nvutil |
namespace | nvutil::IO |
Functions | |
NVSG_API void | errorMessage (const std::string &caption, const std::string &msg, bool resume) |
Pop up an error message. |
|
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.
|