CAT_STAT_FILE_AT_EOF |
The file is at EOF. |
CAT_STAT_MULTIPLE_PROCS |
Multiple matching processes found. |
CAT_STAT_PATH_NO_FILE |
No filename present. |
CAT_STAT_PATH_NO_DIRECTORY |
No directory present. |
CAT_STAT_PATH_IS_DIRECTORY |
The path is a directory. |
CAT_STAT_PATH_IS_FILE |
The path is a file. |
CAT_STAT_PROMPT_OK |
OK. |
CAT_STAT_PROMPT_YES |
Yes. |
CAT_STAT_PROMPT_NO |
No. |
CAT_STAT_PROMPT_CANCEL |
Cancel. |
CAT_STAT_IN_PROGRESS |
Progress. |
CAT_STAT_IMAGE_ALREADY_LOADED |
Image already loaded. |
CAT_STAT_CONTROL_IMAGE_SIZE_MISMATCH |
Image size mismatch in control. |
CAT_STAT_SKIN_WINDOW_ALREADY_OPEN |
Window already open. |
CAT_STR_EMPTY |
(Empty string) |
CAT_STR_USAGE |
Usage:. |
CAT_STR_HELPDESC |
Display Help. |
CAT_ERR_NOT_IMPLEMENTED |
Feature not yet implemented. |
CAT_ERR_FILE_NOT_FOUND |
File not found. |
CAT_ERR_UNABLE_TO_OPEN_PROCESS |
Unable to open process. |
CAT_ERR_REMOTE_ALLOC_RAM |
Unable to allocate memory in remote process. |
CAT_ERR_REMOTE_WRITE |
Unable to write to remote process. |
CAT_ERR_REMOTE_CREATE_THREAD |
Unable to create a thread in the remote process. |
CAT_ERR_REMOTE_THREAD_TIMEOUT |
Remote thread timed out. |
CAT_ERR_REMOTE_THREAD_INVALID_EXIT |
Remote thread exited with an error. |
CAT_ERR_PROCESS_CREATE |
Error creating process. |
CAT_ERR_INVALID_PARAM |
Invalid parameter. |
CAT_ERR_OUT_OF_MEMORY |
Out of memory. |
CAT_ERR_FILE_OPEN |
Error opening file. |
CAT_ERR_FILE_READ |
Error reading from file. |
CAT_ERR_FILE_HAS_OPEN_SUBSTREAMS |
Attempting to close a file with open substreams. |
CAT_ERR_FILE_NOT_OPEN |
The file has not been opened. |
CAT_ERR_FILE_UNSUPPORTED_MODE |
The requested open mode is not supported. |
CAT_ERR_FILE_WRITE |
Error writing to file. |
CAT_ERR_FILE_GET_POSITION |
Error retrieving file position. |
CAT_ERR_FILE_SEEK |
Error seeking within file. |
CAT_ERR_FILE_SET_POSITION |
Error setting the file position. |
CAT_ERR_OPENING_SUBSTREAM |
Opening a substream is not a valid operation. |
CAT_ERR_CLOSING_SUBSTREAM |
Closing a substream is not a valid operation. |
CAT_ERR_SUBSTREAM_NO_PARENT |
Substream has no parent. |
CAT_ERR_WRITE_PAST_SPECIFIED_END |
A write request was made past the end of a substream. |
CAT_ERR_SEEK_PAST_SPECIFIED_END |
A seek request was made past the end of a substream. |
CAT_ERR_STRINGTABLE_NOT_FOUND |
Stringtable was not found for removal. |
CAT_ERR_CMD_TABLE_INVALID |
Invalid command table for command line parsing. |
CAT_ERR_CMD_INVALID_SWITCH |
Invalid switch on command line. |
CAT_ERR_CMD_NO_STRINGTABLE |
No string table. |
CAT_ERR_PARSE_CALLBACK_ABORT |
Callback during cmd line parsing aborted. |
CAT_ERR_ENUM_PROCS |
An error occurred enumerating processes. |
CAT_ERR_NO_MATCHING_PROC |
No matching process found. |
CAT_ERR_READING_TARGET_EXEC |
Error reading target executable. |
CAT_ERR_EXE_NOT_PE_FORMAT |
Target is not in Portable Executable format. |
CAT_ERR_CMDREQ_GROUP |
Required command-line group not found. |
CAT_ERR_CMDREQ_EXCLUSIVE_GROUP |
Multiple options set in exclusive group on command line. |
CAT_ERR_CMDREQ_OP |
Required operand not found on command line. |
CAT_ERR_CMDREQ_SWITCH |
Required switch not found on command line. |
CAT_ERR_CMD_SWITCH_NO_ARG |
A switch on the command line is missing a required argument. |
CAT_ERR_UNPATCH_TIMEOUT |
Timed out waiting for target process patch. |
CAT_ERR_HOOK_PROTECT_FAILED |
Setting memory protections failed when hooking function. |
CAT_ERR_HOOK_NOT_FOUND |
Hook target function not found. |
CAT_ERR_HOOK_NOT_ENOUGH_BYTES |
Not enough bytes for push/jmp in hook. |
CAT_ERR_INTERCEPT_NO_DSOUND |
Could not find DirectSound DLL. |
CAT_ERR_XML_CREATE_FAILED |
Could not create XML object. |
CAT_ERR_XML_INVALID_ATTRIBUTE |
Invalid attribute in XML. |
CAT_ERR_XML_PARSER_INVALID_PATH |
Invalid XML path. |
CAT_ERR_XML_PARSER_OUT_OF_MEMORY |
XML Parser out of memory. |
CAT_ERR_XML_INVALID_XML |
Invalid XML file. |
CAT_ERR_IMAGE_NULL |
Null image. |
CAT_ERR_IMAGE_INVALID_SUB_POSITION |
Invalid sub-image position. |
CAT_ERR_IMAGE_INVALID_SIZE |
Invalid image size. |
CAT_ERR_IMAGE_MUST_INITIALIZE |
Must initialize image first. |
CAT_ERR_IMAGE_FILL_OUT_OF_BOUNDS |
Image fill request is out of bounds. |
CAT_ERR_IMAGE_OPERATION_INVALID_ON_ROOT |
The image operation is invalid on root image. |
CAT_ERR_IMAGE_EMPTY |
The image is empty. |
CAT_ERR_IMAGE_OUT_OF_RANGE |
Out of range of image size. |
CAT_ERR_IMAGE_OVERLAY_OUT_OF_BOUNDS |
Image overlay out of range. |
CAT_ERR_PNG_ERROR_CREATING_READ |
Error creating read struct for .png image. |
CAT_ERR_PNG_UNSUPPORTED_FORMAT |
Unsupported PNG format - 3 or 4 channel only. |
CAT_ERR_IMAGE_UNKNOWN_FORMAT |
Unsupported image format. |
CAT_ERR_PNG_CORRUPT |
.PNG image file is corrupt. |
CAT_ERR_PNG_ERROR_CREATING_WRITE |
Error creating write struct for .png image. |
CAT_ERR_PNG_WARNING |
Warning received from .png library. |
CAT_ERR_MUTEX_INVALID_HANDLE |
Invalid mutex handle. |
CAT_ERR_MUTEX_TIMEOUT |
Mutex timed out. |
CAT_ERR_MUTEX_WAIT_ERROR |
error waiting on mutex |
CAT_ERR_SIGNAL_INVALID_HANDLE |
Invalid handle for signal. |
CAT_ERR_SIGNAL_TIMEOUT |
Signal timed out. |
CAT_ERR_SIGNAL_WAIT_ERROR |
Error waiting for signal. |
CAT_ERR_FILE_ALREADY_EXISTS |
File already exists. |
CAT_ERR_PATH_EMPTY |
The path is empty. |
CAT_ERR_FILE_DOES_NOT_EXIST |
The file does not exist. |
CAT_ERR_FILE_IS_DIRECTORY |
The path is a directory. |
CAT_ERR_DIR_DOES_NOT_EXIST |
The directory does not exist. |
CAT_ERR_DIR_IS_FILE |
The path is a file. |
CAT_ERR_NULL_PARAM |
Null parameter. |
CAT_ERR_FILESYSTEM_CREATE_DIR |
Filesystem is unable to create the directory. |
CAT_ERR_PATH_DOES_NOT_EXIST |
The path does not exist. |
CAT_ERR_FIND_NO_MATCHES |
No matches found. |
CAT_ERR_FIND_CALL_FINDFIRST |
Must call FindFirst before FindNext. |
CAT_ERR_FIND_END |
No more matches. |
CAT_ERR_SKIN_XPIN_MISUSE |
XPos must be positive, XPin must be negative, and Width may not be used for scaled skin controls. |
CAT_ERR_SKIN_YPIN_MISUSE |
YPos must be positive, YPin must be negative, and Width may not be used for scaled skin controls. |
CAT_ERR_QUEUE_EMPTY |
Queue is empty. |
CAT_ERR_FILE_CORRUPTED |
File is corrupted. |
CAT_ERR_FILE_ACCESS_DENIED |
Access denied to file. |
CAT_ERR_EXECUTE_FAILED |
Failed to execute file. |
CAT_ERR_WINDOW_CLASSREG_FAILED |
Window class registration failed. |
CAT_ERR_WINDOW_CREATE_FAILED |
Window creation failed. |
CAT_ERR_STACK_EMPTY |
Stack is empty. |
CAT_ERR_NO_HELP_AVAILABLE |
No help available. |
CAT_ERR_FILEOPEN_CANCELLED |
File Open dialog was cancelled. |
CAT_ERR_FILESAVE_CANCELLED |
File Save dialog was cancelled. |
CAT_ERR_COMBO_MENU_NOT_FOUND |
Combo control is missing a menu. |
CAT_ERR_COMBO_EDIT_NOT_FOUND |
Combo control is missing an edit box. |
CAT_ERR_CONTROL_NO_IMAGE |
No image found for control. |
CAT_ERR_GUIFACTORY_UNKNOWN_TYPE |
GUIFactory - control type not found! |
CAT_ERR_LIST_ITEM_NOT_FOUND |
Item not found in list. |
CAT_ERR_LIST_OUT_OF_RANGE |
Item out of range in list. |
CAT_ERR_SKIN_WINDOW_NOT_FOUND |
Window skin not found. |
CAT_ERR_SKIN_WINDOW_NOT_OPEN |
Window not open. |
CAT_ERR_INVALID_TAB |
Invalid tab index. |
CAT_ERR_CONTROL_NOT_FOUND |
Control not found. |
CAT_ERR_CMD_NOT_FOUND |
Command not found. |
CAT_ERR_TREE_ITEM_NOT_FOUND |
Tree item not found. |
CAT_ERR_TREE_INSERT_ERROR |
Error inserting item into tree. |
CAT_ERR_TREE_REMOVE_ERROR |
Error removing item from tree. |
CAT_ERR_TREE_SET_ITEM_ERROR |
Error setting tree item. |
CAT_ERR_IMAGELIST_FAILED |
Imagelist failed. |
CAT_ERR_PREFS_NO_FILESYSTEM |
No filesystem for prefs. |
CAT_ERR_STREAM_INVALID |
Stream invalid. |
CAT_ERR_NOT_INITIALIZED |
Object is not initialized. |