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

nvutil::IO Namespace Reference

IO namespace. More...


Functions

NVSG_API void errorMessage (const std::string &caption, const std::string &msg, bool resume)
 Pop up an error message.


Detailed Description

IO namespace.

The IO namespace has been introduced as an additional layer to maintain platform independency for input/output related functionality.


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:21:15 2005 for NVSGSDK by NVIDIA