|
发表于 2018-12-5 21:02:52
|
显示全部楼层
河北省唐山市
这支持库不能静态编译啊无论怎么搞都是curl_static.lib(curl_e.obj) : error LNK2005: "unsigned char * __cdecl CloneBinData(unsigned char *,int)" (?CloneBinData@@YAPAEPAEH@Z)
curl_static.lib(curl_e.obj) : error LNK2005: "char * __cdecl CloneTextData(char *)" (?CloneTextData@@YAPADPAD@Z)
curl_static.lib(curl_e.obj) : error LNK2005: "char * __cdecl CloneTextData(char *,int)" (?CloneTextData@@YAPADPADH@Z)
curl_static.lib(curl_e.obj) : error LNK2005: "void __cdecl GReportError(char *)" (?GReportError@@YAXPAD@Z)
curl_static.lib(curl_e.obj) : error LNK2005: "unsigned char * __cdecl GetAryElementInf(void *,int *)" (?GetAryElementInf@@YAPAEPAXPAH@Z)
curl_static.lib(curl_e.obj) : error LNK2005: "int __cdecl GetDataTypeType(unsigned long)" (?GetDataTypeType@@YAHK@Z)
curl_static.lib(curl_e.obj) : error LNK2005: "int __stdcall NotifySys(int,unsigned long,unsigned long)" (?NotifySys@@YGHHKK@Z)
curl_static.lib(curl_e.obj) : error LNK2005: "int (__stdcall* g_fnNotifySys)(int,unsigned long,unsigned long)" (?g_fnNotifySys@@3P6GHHKK@ZA)
LINK : fatal error LNK1104:
静态连接失败 |
|