Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
C++
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.
Posted

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 .-(
 
Share this answer
 
thank you,
it is the openssl lib version too old.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900