I am trying to add an .a library file to my visual studio project. I have included the path from project properties. But it is not recognizing the classes. I know .lib files work in windows. Is there any way to use .a files with visual studio?
Asked
Active
Viewed 262 times
2
-
Check https://stackoverflow.com/questions/2096519/from-mingw-static-library-a-to-visual-studio-static-library-lib – Andrea Ebano Aug 22 '17 at 08:02