Chinaunix首页 | 论坛 | 博客
  • 博客访问: 424651
  • 博文数量: 53
  • 博客积分: 2810
  • 博客等级: 少校
  • 技术积分: 2074
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-28 12:56
文章分类

全部博文(53)

文章存档

2010年(25)

2009年(4)

2008年(24)

我的朋友
博文列表
标题:
标题 阅读 评论 转发 发布日期
寻找合作开发网管平台 2104 0 0 2010-02-19
寻找合作开发网管平台 2054 0 0 2010-02-19
出售语音视频聊天控件及其源码(可穿越NAT) 2769 0 0 2008-08-27
出售语音视频聊天控件及其源码(可穿越NAT) 2598 2 0 2008-08-27
Enjoy yourself 1406 0 0 2010-12-05
Enjoy yourself 982 0 0 2010-12-05
很准的心理测试 969 0 0 2010-11-27
很准的心理测试 863 4 0 2010-11-27
人生歪理 823 0 0 2010-11-26
我的诗集 891 0 0 2010-11-24
我的诗集 880 2 0 2010-11-24
德黑兰的夏天(随时更新) 1048 0 0 2010-08-17
德黑兰的夏天(随时更新) 1141 4 0 2010-08-17
短歌行 1861 0 0 2010-08-15
短歌行 1196 4 0 2010-08-15
再别康桥 1518 0 0 2010-08-15
再别康桥 1443 2 0 2010-08-15
无聊之至,打油诗一首 984 0 0 2010-08-15
无聊之至,打油诗一首 737 4 0 2010-08-15
心理测试 595 0 0 2010-08-15
给主人留下些什么吧!~~

chinaunix网友2010-12-08 18:12

你好,我看了你使用stunnel建立加密隧道的文章,我现在也正在研究这个东西,但是有些不明白,想向您请教,能加我qq聊么?852843955,谢谢!

回复 |  删除 |  举报

chinaunix网友2010-12-08 18:12

你好,我看了你使用stunnel建立加密隧道的文章,我现在也正在研究这个东西,但是有些不明白,想向您请教,能加我qq聊么?852843955,谢谢!

回复 |  删除 |  举报

chinaunix网友2010-07-02 14:19

你好, 你的“编译stunnel-编译成插件或应用程序 ” 对我很有帮助,我在调用的时候遇到了一个问题 #include #include #include int main(void) { static char dllname[] = "..\\Debug\\unissl.dll"; static char funcname[] = "stunnel"; static HMODULE hStunnel; static FARPROC stunnel; hStunnel = LoadLibraryA( dllname ); if ( hStunnel==NULL ) { MessageBox ( 0, "Load unissl.dll failed.", "BkSSL", MB_ICONERROR ); return 1; } stunnel = GetProcAddress( hStunnel, funcname ); stunnel(); return 0; } 运行提示: Stunnel server is down due to an error. You need to exit and correct the problem. Click OK to see the error log window 这个消息 然后 就是个控制台的界面 Press any key to continue 我的邮箱是99191120@163.com 有时间的话您能帮我解答一下吗

回复 |  删除 |  举报

chinaunix网友2010-07-02 14:19

你好, 你的“编译stunnel-编译成插件或应用程序 ” 对我很有帮助,我在调用的时候遇到了一个问题 #include #include #include int main(void) { static char dllname[] = "..\\Debug\\unissl.dll"; static char funcname[] = "stunnel"; static HMODULE hStunnel; static FARPROC stunnel; hStunnel = LoadLibraryA( dllname ); if ( hStunnel==NULL ) { MessageBox ( 0, "Load unissl.dll failed.", "BkSSL", MB_ICONERROR ); return 1; } stunnel = GetProcAddress( hStunnel, funcname ); stunnel(); return 0; } 运行提示: Stunnel server is down due to an error. You need to exit and correct the problem. Click OK to see the error log window 这个消息 然后 就是个控制台的界面 Press any key to continue 我的邮箱是99191120@163.com 有时间的话您能帮我解答一下吗

回复 |  删除 |  举报

chinaunix网友2009-10-09 16:06

聪明兔

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册