RE: Trouble with Windows DLL

2012-10-29 Thread Charles Mills
the question that I asked (whether *applink* was SSL-specific). Charles -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thompson Sent: Monday, October 29, 2012 11:52 AM To: openssl-users@openssl.org Subject: RE: Trouble w

RE: Trouble with Windows DLL

2012-10-29 Thread Dave Thompson
ssl.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thompson > Sent: Thursday, October 25, 2012 2:00 PM > To: openssl-users@openssl.org > Subject: RE: Trouble with Windows DLL > > > From: owner-openssl-us...@openssl.org On Behalf Of Charles Mills > > Sent: Wedn

RE: Trouble with Windows DLL

2012-10-26 Thread Charles Mills
used." Ridiculously complex, but a definitive explanation, FWIW. Charles -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thompson Sent: Thursday, October 25, 2012 2:00 PM To: openssl-users@openssl.org Subject: RE: Trouble

RE: Trouble with Windows DLL

2012-10-25 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Charles Mills > Sent: Wednesday, 24 October, 2012 19:08 > > The code for "uplink" looks to me like it looks for > _Applink ONLY in the .exe > > It *HAS* to be a .exe? OpenSSL has logic that depends on what type of > executable is calling it? I

RE: Trouble with Windows DLL

2012-10-24 Thread Charles Mills
To: openssl-users@openssl.org Subject: RE: Trouble with Windows DLL >From: owner-openssl-us...@openssl.org On Behalf Of Mitchell, Daniel F >Sent: Tuesday, 23 October, 2012 15:05 >I am trying to use openssl in a Windows DLL. However, on the first >openssl call I make aft

RE: Trouble with Windows DLL

2012-10-24 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Mitchell, Daniel F >Sent: Tuesday, 23 October, 2012 15:05 >I am trying to use openssl in a Windows DLL. However, on the first >openssl call I make after these: >CRYPTO_malloc_init(); >OpenSSL_add_all_algorithms(); >I get the "no OPENSSL_Appl

RE: Trouble with Windows DLL

2012-10-24 Thread Charles Mills
Not sure if it is relevant but are you calling SSL_library_init()? Charles From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Mitchell, Daniel F Sent: Tuesday, October 23, 2012 12:05 PM To: openssl-users@openssl.org Subject: Trouble with Windows DLL

Trouble with Windows DLL

2012-10-24 Thread Mitchell, Daniel F
Hello, I am trying to use openssl in a Windows DLL. However, on the first openssl call I make after these: CRYPTO_malloc_init(); OpenSSL_add_all_algorithms(); I get the "no OPENSSL_Applink" error. I read the FAQ, and I have compiled with /MD, I have included applink.c in my code (and it is a