Tech Tutorials Database
GeekArticles Programming C++
 

How to build an image (DLL/EXE) when two of its included libraries have the same symbol (say functi

 
Author: codeproject.com
Category: C++
Comments (0)

As stated by many, the inclusion of /FORCE:MULTIPLE switch may lead to unexpected scenarios (even though the code will compile and link) and as an alternative we can build a DLL wrapper [as hinted by dvpsun] over any of the static lib and can invoke the repeated function via this wrapper...

Read More...




Sponsored Links




Read Next: How to build an image (DLL/EXE) when two of its included libraries have the same symbol (say functi



 

 

Comments



Post Your Comment:

Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe