I am building an application in which two static libraries have to be linked to my application.Both the static libraries have _DllMain defined and my application is throwing multiple definition linking error.
Is there a way to statically link multiple libraries into one application eventhough the static libraries share certain functions in common?