38 #include <cc++/config.h>
64 #if defined(_MSC_VER) && _MSC_VER >= 1300
65 #if defined(_WIN64_) || defined(__WIN64__)
66 #define RLL_SUFFIX "x64"
67 #elif defined(_M_IX86)
68 #define RLL_SUFFIX "x86"
70 #define RLL_SUFFIX "xlo"
74 #if defined(__MINGW32__) | defined(__CYGWIN32__)
75 #define RLL_SUFFIX "dso"
80 #define RLL_SUFFIX "rll"
85 #define RLL_SUFFIX "dso"
Memory management, configuration keydata objects and string tokenizer.
export/import definitions for DLL's on Win32.
Files and dynamic loader services.
Threaded step execute scripting engine framework.
Synchronization and threading services.
Common and portable character string related functions.
Framework for portable audio processing and file handling classes.
object passing services between threads.
System logging facilities abstraction.