00001
00011 #ifndef __TVU_BASE_RESOURCE_H__
00012 #define __TVU_BASE_RESOURCE_H__
00013
00014
00015 #define OBJ_SSAVE "000100"
00016 #define OBJ_ESAVE "000101"
00017 #define OBJ_SLOAD_FILE "000102"
00018 #define OBJ_ELOAD_FILE "000103"
00019 #define ERR_OBJ_SAVING "000104"
00020 #define ERR_OBJ_LOADING "000105"
00021 #define ERR_OBJ_PARENT_EXPECTED "000106"
00022 #define ERR_OBJ_NAME_OBJ_INVALID "000107"
00023 #define ERR_OBJ_READ_OBJ_FAULT "000108"
00024 #define ERR_OBJ_CREATE_OBJ_FAULT "000109"
00025
00026 #define WAR_CAL_EMPTY_EXP "000200"
00027 #define WAR_CAL_CREATE_TEMPORAL "000201"
00028
00029 #define OBJ_SSAVE_STR "> Saving file: \"%s\"...\n"
00030 #define OBJ_ESAVE_STR "< File: \"%s\" is saved.\n"
00031 #define OBJ_SLOAD_FILE_STR "> Loading file: %s...\n"
00032 #define OBJ_ELOAD_FILE_STR "... File: %s is loaded.\n\n"
00033 #define ERR_OBJ_SAVING_STR "< Error while saving file: \"%s\".\n"
00034 #define ERR_OBJ_LOADING_STR "... Error while loading file: \"%s\".\n\n"
00035 #define ERR_OBJ_PARENT_EXPECTED_STR "Error: line %d, \")\" expected.\n"
00036 #define ERR_OBJ_NAME_OBJ_INVALID_STR "Error: line %d, the name of object \"%s\" is invalid.\n"
00037 #define ERR_OBJ_READ_OBJ_FAULT_STR "Error: line %d, read object of class \"%s\" fault.\n"
00038 #define ERR_OBJ_CREATE_OBJ_FAULT_STR "Error: line %d, create object of class \"%s\". fault\n"
00039
00040 #endif