Hello ken, I created a DLL from applink.c. I copied it to the same folder of ssleay32.dll and libeay32.dll. But I still got the same error.
Please help me. > Subject: RE: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink > To: [EMAIL PROTECTED] > From: [EMAIL PROTECTED] > Date: Fri, 29 Feb 2008 14:59:42 -0500 > > Sorry, but this says that have problems beyond OpenSSL. > > You need to find a co-worker who understands C programming, > and who can explain the difference between a compiler and a linker, > and between source code and headers. > > This is more than I can explain in an email. > > -- > Ken Goldman [EMAIL PROTECTED] > 914-784-7646 (863-7646) > > > learning openssl <[EMAIL PROTECTED]> wrote on 02/29/2008 > 02:51:12 PM: > > > Hello, > > > > Thanks! > > > > I included it like this: > > #include <openssl/applink.c> > > > > But I still got this error. > > > > > > > > > Subject: RE: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink > > > To: [EMAIL PROTECTED] > > > From: [EMAIL PROTECTED] > > > Date: Fri, 29 Feb 2008 14:16:43 -0500 > > > > > > As I recall, just link it with the rest of your program. > > > > > > -- > > > Ken Goldman [EMAIL PROTECTED] > > > 914-784-7646 (863-7646) > > > > > > > > > [EMAIL PROTECTED] wrote on 02/29/2008 01:32:38 PM: > > > > > > > Hello, > > > > > > > > Thanks for your reply. But I am still a newbie for Openssl, I do not > > > > know how to use applink.c in my case. > > > > > > > > Please help me. > > > > > > > > > > > > > > > > > Subject: Re: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink > > > > > To: [email protected] > > > > &! gt; From: [EMAIL PROTECTED] > > > > > Date: Sat, 16 Feb 2008 20:48:30 -0500 > > > > > > > > > > http://www.openssl.org/docs/crypto/OPENSSL_Applink.html > > > > > > > > > > -- > > > > > Ken Goldman [EMAIL PROTECTED] > > > > > 914-784-7646 (863-7646) > > > > > > > > > > > > > > > [EMAIL PROTECTED] wrote on 02/16/2008 03:17:10 PM: > > > > > > > > > > > hello, > > > > > > > > > > > > I use the functions: > > > > > > > > > > > > r=RSA_generate_key(bits,e,NULL,NULL) > > > > > > > > > > > > oFile = fopen('MyKey.txt','w'); > > > > > > > > > > > > if (oFile!=0) { > > > > > > RSA_print_fp(oFile, r, 0); > > > > > > fclose(oFile); > > > > > > } > > > > > > to create one RSA key. But I got the error: OPENSSL_Uplink > (00509010, > > > > >! ; > 07): no OPENSSL_Applink > > > > > > > > > > > ; > How can I handle this problem? > > > > > > > Express yourself instantly with MSN Messenger! MSN Messenger > _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
