WEB客户支持库2.3支持对json解析(支持静态)
支持web的get,post操作。
json.fne
json.fnr
放到lib目录。
json_static.lib
放到static_lib目录。
易语言json支持库 包含静态链接
文章链接:https://www.ipaddr.host/eyuyan-json-fne-lib.html
码字不易,转载请注明本文出处及文章链接。
码字不易,转载请注明本文出处及文章链接。
win8.1 易语言5.5测试不能静态
json_static.lib(JSON.obj) : error LNK2001: unresolved external symbol "int __stdcall NotifySys(int,unsigned long,unsigned long)" (?NotifySys@@YGHHKK@Z)
json_static.lib(cwinhttp.obj) : error LNK2001: unresolved external symbol "int __stdcall NotifySys(int,unsigned long,unsigned long)" (?NotifySys@@YGHHKK@Z)
json_static.lib(JSON.obj) : error LNK2001: unresolved external symbol "char * __cdecl CloneTextData(char *,int)" (?CloneTextData@@YAPADPADH@Z)
json_static.lib(JSON.obj) : error LNK2001: unresolved external symbol "char * __cdecl CloneTextData(char *)" (?CloneTextData@@YAPADPAD@Z)
json_static.lib(JSON.obj) : error LNK2001: unresolved external symbol "unsigned char * __cdecl CloneBinData(unsigned char *,int)" (?CloneBinData@@YAPAEPAEH@Z)
C:UsersAdministratorDesktopjsonce.exe : fatal error LNK1120: 4 unresolved externals
静态连接失败
我测试的时候没啥问题呀。Windows 10 x64
win10 易语言5.5测试不能静态