Go to the documentation of this file.
23 #ifndef __RESOURCESMANAGER_DEFS_HXX__
24 #define __RESOURCESMANAGER_DEFS_HXX__
27 # if defined RESOURCESMANAGER_EXPORTS || defined ResourcesManager_EXPORTS
28 # define RESOURCESMANAGER_EXPORT __declspec( dllexport )
30 # define RESOURCESMANAGER_EXPORT __declspec( dllimport )
33 # define RESOURCESMANAGER_EXPORT
37 #define RES_MESS_INIT(deb) //std::cerr << deb
38 #define RES_MESS_BEGIN(deb) //RES_MESS_INIT(deb)<<__FILE__ <<" ["<<__LINE__<<"] : "
39 #define RES_MESS_END //std::endl;
40 #define RES_INFOS(msg) {}//{RES_MESS_BEGIN("- Trace ") << msg << RES_MESS_END}
42 #if defined(_DEBUG_) || defined(_DEBUG)
46 #if defined(__RES_DEGBUG)
47 #define RES_MESSAGE(msg) {RES_MESS_BEGIN("- Trace ") << msg << RES_MESS_END}
49 #define RES_MESSAGE(msg) {}
52 #endif // __RESOURCESMANAGER_DEFS_HXX__