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
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
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
> 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
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
>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
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
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