How can I link to a .a file in Visual Studio
I have an application that has been worked on for several decades and I was provided .h
and .a
files. My program is mainly in C/C++ and when I try to link to these .a
files, I get:
I have an application that has been worked on for several decades and I was provided .h
and .a
files. My program is mainly in C/C++ and when I try to link to these .a
files, I get: