Runtime error if dynamically loading SSL_library_init()

2008-10-14 Thread Raymond Zhou
Anyone can help me on this? Thanks a lot! --- On Tue, 10/14/08, Raymond Zhou <[EMAIL PROTECTED]> wrote: From: Raymond Zhou <[EMAIL PROTECTED]> Subject: Runtime error if dynamically loading SSL_library_init() To: openssl-users@openssl.org Date: Tuesday, October 14, 2008, 12:18 AM

Re: Runtime error if dynamically loading SSL_library_init()

2008-10-13 Thread Raymond Zhou
Just to add to my earlier message, the error message I was getting is Access violation.   Thanks! --- On Tue, 10/14/08, Raymond Zhou <[EMAIL PROTECTED]> wrote: From: Raymond Zhou <[EMAIL PROTECTED]> Subject: Runtime error if dynamically loading SSL_library_init() To: openssl-users

Runtime error if dynamically loading SSL_library_init()

2008-10-13 Thread Raymond Zhou
Hello there,   Need your help again.   I am developing an application in which I use openSSL for https support. My application load openSSL function dynamically (using LoadLibrary(ssleay32.dll) for example). It calls a lot of functions starting with SSL_ and BIO_.   What I noticed that I can s