Declared in <XError.h>
Declared from XGPostErrorPost the Macintosh OS Error. This loads the error message from a resource file in my resource fork. If that error resource is not present, this punts the error message
Public Methods
XGPostMacOSError::GetErrorString
XGPostMacOSError::GetLongError
Constructor/Destructor
Public Methods
XGPostMacOSError::GetErrorString
Usage: void XGPostMacOSError::GetErrorString(OSErr err,char*str)
Get the error string. Looks up the error message associated with this Macintosh specific OS error.
XGPostMacOSError::GetLongError
Usage: void XGPostMacOSError::GetLongError(char*dest)
Get the message string. This actually looks up the error message that was passed in the constructor and appends it to the error description.
Constructor/Destructor
XGPostMacOSError::XGPostMacOSError
Usage: void XGPostError::DisplayError(void)
Create this error, appending the OS Error string to the message passed to me