Hello. I'd like to find out what would be the most standard way for a Win32 static library using other win32 static libraries in Visual C++. I have seen two methods so far.
1. Add lib to a project(lib)
> Project -> Add to Project -> Files
2. Add lib header files to a project(lib).
>...
Hello Malachi. Have you found the answer to your original question? I have noticed that when our programmers need to link lib to lib, instead of linking by lib file name, they have added lib source directory to Project settings -> C/C++ tab -> Project options. I didn't really like this method...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.