【发布时间】:2014-03-05 20:56:07
【问题描述】:
通过"Walkthrough: Creating and Using a Static Library (C++)" 时,他们通过
下的“参考”引用静态库"Project Properties > Common Properties > Framework and References > Add New Reference"
这只是链接同一解决方案文件中的库的一种便捷方式吗?您可以通过链接器选项指向库来执行相同的过程吗?
"Project Properties > Linker > General & Input
那么问题来了,链接过程有什么不同吗?
【问题讨论】:
标签: c++ visual-studio-2010 visual-studio linker