class CResourceCompilerHelper;
ResourceCompilerHelper.h
Provides settings and functions to make calls to RC.
enum ERcCallResult { eRcCallResult_success, eRcCallResult_notFound, eRcCallResult_error, eRcCallResult_crash, eRcCallResult_queued };
ResourceCompilerHelper.h
enum ERcExePath { eRcExePath_currentFolder, eRcExePath_registry, eRcExePath_settingsManager, eRcExePath_customPath };
ResourceCompilerHelper.h
static const char* GetExtension(const char* in);
little helper function (to stay independent)
static void GetOutputFilename(const char* szFilePath, char* buffer, size_t bufferSizeInBytes);
Parameters |
Description |
const char* szFilePath |
could be source or destination filename |
static void RemoveFilename(const char* szFilePath, char* buffer, size_t bufferSizeInBytes);
little helper function (to stay independent)
static void RemovePath(const char* szFilePath, char* buffer, size_t bufferSizeInBytes);
little helper function (to stay independent)
static void ReplaceExtension(const char* path, const char* new_ext, char* buffer, size_t bufferSizeInBytes);
little helper function (to stay independent)