c++ - Linking a lib project that references a dll file -
i have c++ solution in vs2015 contains 2 project ts (an engine , game). game .exe has dependency engine, .lib. engine references symbols 3rd party dlls.
i've been trying set project, can't game compile. complains, @ linker stage, can't find symbols dlls ("unsresolved external symbol x").
how set up?
Comments
Post a Comment