47 #if defined (PLAYER_STATIC)
48 #define PLAYERCC_EXPORT
49 #elif defined (playerc___EXPORTS)
50 #define PLAYERCC_EXPORT __declspec (dllexport)
52 #define PLAYERCC_EXPORT __declspec (dllimport)
55 #define PLAYERCC_EXPORT
87 const std::string aStr=
"",
The C++ exception class.
Definition: playererror.h:66
std::string GetErrorFun() const
the function that threw the error
Definition: playererror.h:81
int GetErrorCode() const
a numerical error code
Definition: playererror.h:83
std::string GetErrorStr() const
the error string
Definition: playererror.h:79