Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/39.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Boost DYN_LNK vs.USE_DLL vs.USE_LIB_Boost_Boost Thread_Bjam_Boost Regex_Boost Build - Fatal编程技术网

Boost DYN_LNK vs.USE_DLL vs.USE_LIB

Boost DYN_LNK vs.USE_DLL vs.USE_LIB,boost,boost-thread,bjam,boost-regex,boost-build,Boost,Boost Thread,Bjam,Boost Regex,Boost Build,以下定义之间的区别是什么: #define BOOST_REGEX_DYN_LNK #define BOOST_REGEX_USE_DLL #define BOOST_REGEX_USE_LIB (regex是任意选择的) 它们中的哪一个将项目与libboost*.lib,boost*.lib,boost*.dll文件自动链接?上述文件之间有什么区别

以下定义之间的区别是什么:

#define BOOST_REGEX_DYN_LNK
#define BOOST_REGEX_USE_DLL
#define BOOST_REGEX_USE_LIB
(regex是任意选择的)

它们中的哪一个将项目与
libboost*.lib
boost*.lib
boost*.dll
文件自动链接?上述文件之间有什么区别