标签:
#include "curl/curl.h"
然后编译project,假设没有编译错误则说明配置成功。
接下来我们还须要将libcurl的库文件配置到链接环境中附加依赖项。打开project属性对话框,如图所看到的,选择“配置属性”→“连接器” →“输入”,在右边窗体的“附加依赖项”,加入内容libcurl_imp.lib。
《Cocos2d-x实战 C++卷》现已上线,各大商店均已开售:?
京东:http://item.jd.com/11584534.html
当当:http://product.dangdang.com/23606265.html
互动出版网:http://product.china-pub.com/3770734?
《Cocos2d-x实战 C++卷》源代码及样章下载地址:
源代码下载地址:http://51work6.com/forum.php?mod=viewthread&tid=1155&extra=page%3D1
样章下载地址:http://51work6.com/forum.php?mod=viewthread&tid=1157&extra=page%3D1 ?
版权声明:本文博客原创文章,博客,未经同意,不得转载。
Cocos发展Visual Studio下一个libcurl图书馆开发环境的搭建
标签:
原文地址:http://www.cnblogs.com/yxwkf/p/4625963.html