MFC开发IM-第二十七篇、如何引入acl,解决Json解析问题

1.下载acl库,下载地址::::

https://download.csdn.net/download/golddaniu/10302417

2.引入库文件



#pragma comment(lib,"lib_acl_d.lib")



#include "stdafx.h"
#include "testIm.h"
#include "mainDlg.h"
#include "testImDlg.h"
#include "acl/lib_acl.h"
#include "acl_cpp/lib_acl.hpp"

猜你喜欢

转载自blog.csdn.net/golddaniu/article/details/79655109