-
Recent Posts
Recent Comments
Categories
Links
Daily Archives: September 29, 2017
library使用注意macro define
在使用第三方函式庫時,要注意build library和use library(shared, static)的macro選項 例如: CURL_STATICLIB 或是header only選項 cppnetlib BOOST_NETWORK_NO_LIB 另外是注意編譯時的macro define,有可能使用時須要一致。 以後有注意到再繼續補
Posted in Tips
Leave a comment