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)

If the .lib files linking to represent some .dll files somewhere else, you can do the following:void main(){ FunB(); from external_1.lib FunC(); from external_2.lib FunA(); from external_1.lib / external_2.lib ???? typedef void (WINAPI *...

Read More...




Sponsored Links




Read Next: Usage of '_HAS_CPP0X' macro in Visual C++ compiler



 

 

Comments



Post Your Comment:

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