2013年7月24日

摘要: 在不使用lib库编译daytime client程序时,按照《Boost程序库完全开发指南》添加的定义#define BOOST_REGEX_NO_LIB#define BOOST_DATE_TIME_SOURCE#define BOOST_SYSTEM_NO_LIB编译时会产生:error LNK2019: 无法解析的外部符号 "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boos 阅读全文
posted @ 2013-07-24 12:27 sunws_king 阅读(1622) 评论(0) 推荐(0) 编辑
摘要: 基于boost库1.54 和vs2010首先:大部分的库是不需要编译的Most Boost libraries are header-only: they consist entirely of header files containing templates and inline functions, and require no separately-compiled library binaries or special treatment when linking.其次,单独编译的库The only Boost libraries that must be built separat 阅读全文
posted @ 2013-07-24 11:52 sunws_king 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 这类的工具有 比如 :LeakDiag leakfinder "Visual Leak Detector" vld可以从http://vld.codeplex.com/releases/view/82311 现在最新版本,包括src源代码。安装好以后,他会提示 要求添加 dll 到环境变量中去。使... 阅读全文
posted @ 2013-07-24 09:45 sunws_king 阅读(270) 评论(0) 推荐(0) 编辑

导航