Hi Steve
I have read the feature request, and try the method written in the blog and methods written by c273 in the issue's discussions. I think the main opinion is to rebuild the casablanca120.xp and generate a static lib. But when I rebuild casablanca120.xp project and use cpprest120d_xp_2_1.lib in my project, I encounter a link problem like the following
joeccmou
I have read the feature request, and try the method written in the blog and methods written by c273 in the issue's discussions. I think the main opinion is to rebuild the casablanca120.xp and generate a static lib. But when I rebuild casablanca120.xp project and use cpprest120d_xp_2_1.lib in my project, I encounter a link problem like the following
cpprest120d_xp_2_1.lib(http_msg.obj) : error LNK2005: "public: __thiscall web::http::details::_http_request::_http_request(class std::basic_string<wchar_t,struct sd::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (??0_http_request@details@http@web@@QAE@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) has been defined in cpprest120d_xp_2_1.lib(cpprest120d_xp_2_1.dll)It seems cpprest120d_xp_2_1.lib contains cpprest120d_xp_2_1.dll. How to solve this problem?
joeccmou