Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在构建了 boost 库(所以我可以使用文件系统命名空间)之后,我在stage/lib文件夹中找到了以下文件,其名称为 filesystem:
stage/lib
libboost_filesystem-vc100-mt-1_51 (838 kb) libboost_filesystem-vc100-gd-mt-1_51 (4210 kb)
注意第二个中的 -gd。我还把尺寸放在括号里。那么,有什么区别呢?我用哪一个?
-gd用于调试版本的库。用于-gd-mt构建调试配置和-mt发布配置。
-gd
-gd-mt
-mt