由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - VS C++项目的Reference是干什么的?
相关主题
请教一个弱弱问题,关于#include的pathnameC 和 C++ 的区别
一个C++ 的问题should the .dll and .lib have the same name?
help abt C++大型程序如何加快编译速度
使用VC++编译64-bit的library有什么注意的问题吗?有用matlab、C++给NAO编程的人吗?
问C++文件路径的问题fork(): why both if and else are executed?
添加C++ std libmake的时候能不能指定某个路径下的ld? (转载)
Intel C++ compiler 求教一个奇怪的library linking问题(c++, boost.python, shared li (转载)
如何提取一个executable的所有dependency?问个题。
相关话题的讨论汇总
话题: reference话题: c++话题: vs话题: 项目话题: output
进入Programming版参与讨论
1 (共1页)
b***i
发帖数: 3043
1
一个solution有多个项目,有一个是另一个的Reference。
这样做,是否导致:
1 编译顺序确定
2 include路径自动加入
3 lib路径自动加入
我看到项目的include/lib确实有reference的那个,就是不知道是不是自动加入的,还
是手动。如果是手动,那么reference的目的是什么?
X***n
发帖数: 134
2
1. Yes
2. No
3. Not search path. But if you enable "link dependency output", the
libraries will be linked to executable by explicit output path.
1 (共1页)
进入Programming版参与讨论
相关主题
问个题。问C++文件路径的问题
Framework vs Library添加C++ std lib
如何绕开/etc/ld.so.conf中的路径,先搜索自己指定的.so路径?Intel C++ compiler 求教
谁给科普一下Linux里lib search怎么运作的?如何提取一个executable的所有dependency?
请教一个弱弱问题,关于#include的pathnameC 和 C++ 的区别
一个C++ 的问题should the .dll and .lib have the same name?
help abt C++大型程序如何加快编译速度
使用VC++编译64-bit的library有什么注意的问题吗?有用matlab、C++给NAO编程的人吗?
相关话题的讨论汇总
话题: reference话题: c++话题: vs话题: 项目话题: output