c++ - Best practice for creating a SDK for which also uses public available frameworks -


recently i'm having many issues customers using our sdk, uses exact public available framework/libraries use. issue duplicate symbols.

for example, 1 reachability apple provides. solved adding compile time prefix class.

however, library example openssl lib, i'm have hard time solving.

when compiling sdk these public libraries, how can separate them own name spaces @ compile time? or how make separate public libraries?

thanks


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -