首页 新闻 会员 周边

C# 的libcurl(libcurl.NET)问题....

0
悬赏园豆:10 [已解决问题] 解决于 2014-09-09 13:52
Curl.GlobalInit((int)CURLinitFlag.CURL_GLOBAL_ALL);返回值OK
Easy easy = new Easy();这步就跳异常了
异常信息是no internal easy handle
C# 新手~~求不吐槽....
Hexa33的主页 Hexa33 | 初学一级 | 园豆:169
提问于:2014-09-09 09:53
< >
分享
最佳答案
1

参考:

Win32 Libcurl 7.13 - curl_easy_init always returns null 

Re: No internal easy handle

"No internal Easy handle" is an error raised by the .NET bindings. Looking at the code, it looks like it is raised when the internal curl easy handle is NULL when it should not. Your best bet is to determine why this is the case by looking at the binding code with your debugger.

收获园豆:10
dudu | 高人七级 |园豆:31003 | 2014-09-09 10:01

大神可以解释一下否0.0~我不是说我看不懂英文~是看不明白说的啥意思..

Hexa33 | 园豆:169 (初学一级) | 2014-09-09 10:04

@没有情绪ing: 我只能提供一些参考线索,上面的参考更完整的见下面的链接,遇到的问题与你的一样。

No Internal Easy Handle error

dudu | 园豆:31003 (高人七级) | 2014-09-09 10:30
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册