Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

IOLayer.h File Reference

#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.


Detailed Description


Function Documentation

NVSG_API void errorMessage const std::string &  caption,
const std::string &  msg,
bool  resume
 

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.

Note:
This function is only implemented for win32 and win64 systems by now.
Parameters:
caption  The dialog's caption string
msg  The error message string.
resume  true if subsequent code will be resumed, false otherwise.


Generated on Tue Mar 1 13:19:36 2005 for NVSGSDK by NVIDIA