Peter Williams schrieb:
Recommend adding !defined(OPGP_LIB) to GlobalPlatform.h, to allow static library build, as in following suggested change

Have you already tested this? Is there anything more necessary when linking an application against the static library?

Karsten

#if defined(WIN32)&& !defined(OPGP_LIB)
 #ifdef OPGP_EXPORTS
 #define OPGP_API __declspec(dllexport)
 #else
 #define OPGP_API __declspec(dllimport)
 #endif
#else
 #define OPGP_API
#endif

------------------------------------------------------------------------
In a rush? Get real-time answers with Windows Live Messenger. <http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_realtime_042008>


------------------------------------------------------------------------

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to