npapi调用opensll库 [英] npapi call the opensll lib

查看:116
本文介绍了npapi调用opensll库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,
我有一个问题.
现在,我有一个插件,可以使用.
但是如果我包括openssl lib,并调用一个函数来存储一些内存.
例如

hello,
i have a question.
Now,i have a plugin,it is worked.
but if i include the openssl lib,and call an function to make some memory.
for example

BIO *bio = BIO_new_mem_buf(const_cast<char*>("abcdafasdfas"),-1);


添加句子时,插件无法加载.
我想得到一些帮助.
谢谢.

环境在窗户里.


when add the sentence ,the plugin can''t loaded.
i want get some help.
thanks.

the environment is in the windows.
the plugin is for the firefox.

推荐答案

检查是否已将openssl lib所需的所有dll都放在路径中.

您的配置有误,因为openssl接管了内存管理.-(
check that all needed dlls for the openssl lib are in the path.

You have a bad configuration, coz the openssl takes over memory managment .-(


谢谢,
这是openssl lib版本太旧了.
thank you,
it is the openssl lib version too old.


这篇关于npapi调用opensll库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆