acl-dev / acl

C/C++ server and network library, including coroutine,redis client,http/https/websocket,mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows, etc..

Home Page:https://acl-dev.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vs2015 windows使用acl redis库时报错

AECCCK opened this issue · comments

commented

已经在acl_cpp_vc2015.sln中依次编译了lib_acl->lib_protocal->lib_acl_cpp
使用redis.sln和redis_connection.sln通过了测试

在自己的项目中按照redis.sln测试时的配置设置了project property,包含了正确的include和库文件;
因为win32,所以在预定义中添加ACL_DLL和ACL_CPP_DLL。
项目主要使用了redis stream的特性。

项目编译时报错如下:
Error LNK1104 cannot open file 'lib_acl_cpp_2015d.lib'

求解,这种情况该如何处理?