c++ - can not find my lib files to link -
i trying find lib file created. changed configuration type static lib. rebuild application. when go debug folder in windows, see .lib file. when create new application , try add "additional library directories" go exact folder , not show up.
you should use project - linker - input - additional dependencies
add created library. so, directories not want change.
there 2 simple ways include lib in new project.
first 1 - copy lib new projects folder , add it's name @ additional dependencies
input field.
the second - add new project same solution , set it's dependency first project. way library linked automatically.
Comments
Post a Comment