Peter Burns writes: > > > #ifndef ppsEXPORT > #ifdef WIN32 > #define ppsEXPORT __declspec( dllexport ) > #else > #define ppsEXPORT > #endif // WIN32 > #endif // ppsEXPORT > > > If penguinplay has designed a different way to handle this problem I'll > change to standard model. > Sounds good to me. But why "ppsEXPORT", I think it should be PP_EXPORT.