have a project A which is, let's say, a lib,
you also have project B which is a normal console application,
so, A has header files, which you want B to link against (not just see and be happy the #include directive works ),
how do you make Visual Studio to properly link it?
my problem is B is seeing the header files but somehow it fails to properly link the object files (unresolved external symbols issues)
go to project B properties, in the linker section, add the .lib file of project A
msbuild or cmake?
okay, thanks. let me do this
msbuild
wow! thanks.. it worked!
Обсуждают сегодня