s*****w 发帖数: 1527 | 1 hi i'm building a project,
it says "unsolved external symbol", this symbol is in some dll file,
(basically it's not in *.lib)
so how should i set this in project setting,
basially tells the VS that this symbol is in some DLL ? | X****r 发帖数: 3557 | 2 Try to add the DLL into the project, or to change the project option
of linker input to add this particular DLL.
【在 s*****w 的大作中提到】 : hi i'm building a project, : it says "unsolved external symbol", this symbol is in some dll file, : (basically it's not in *.lib) : so how should i set this in project setting, : basially tells the VS that this symbol is in some DLL ?
|
|