win+mingw+libxml2试用笔记

1,对于编译提示_imp__xmlFree错误的问题,igor给出的方法

在libxml/xmlexports.h中 105L,注释掉原有的预定义

 1 #if defined(_WIN32) && defined(__MINGW32__)
 2   #define XMLPUBFUN
 3   #ifdef __cplusplus
 4     #define XMLPUBVAR extern
 5   #else
 6     #define XMLPUBVAR
 7   #endif
 8   #if !defined _REENTRANT
 9     #define _REENTRANT
10   #endif
11 #endif

2,crash的问题,在调用dll前加入代码

if(!xmlFree) xmlMemGet(&xmlFree,&xmlMalloc,&xmlRealloc,NULL);

参考文章:

http://blog.csdn.net/king_on/article/details/7543577

https://mail.gnome.org/archives/xml/2004-February/msg00007.html

http://www.linuxquestions.org/questions/programming-9/%5Bsolved%5Dusing-libxml2-on-mingw-xmlfree-crashes-839802/

转载于:https://www.cnblogs.com/jhaohai/archive/2013/05/16/3081675.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值