I know that it will be compiled with nmake, but I need to know whether
I can compile it in my VC environment.
Anyway it is working now after I included the library in my project settings.
Thank you for your help

On Apr 4, 2005 12:36 PM, Tan Eng Ten <[EMAIL PROTECTED]> wrote:
> why did you have to manually (or separately) compile the
> /crypto/rsa/rsa_test.c? that should be done when you compile the entire
> openssl package with nmake; and subsequently nmake test.
> 
> okay, maybe you decided to try it out on your own VC workspace. have you
> included libeay32.lib and ssleay32.lib(may not be needed if you do not
> use SSL/TLS in your codes) in your project settings?
> 
> Yoana Melissa L. wrote:
> > Hi, I need to use openssl library to do RSA encryption/decryption. I
> > already installed openssl on my computer but when I tried to compile
> > rsa_test.c on \crypto\rsa folder of openssl directory, the compiler
> > give me  many
> > 'unresolved external symbol' error message.
> > I already copy the .lib to my compiler directory ( I am using Visual
> > C++ 6.0) and the .dll  files to my System directory.
> > Are anything else that I should to before I  can use openssl functions?
> >
> > Thank you.
> > ______________________________________________________________________
> > OpenSSL Project                                 http://www.openssl.org
> > User Support Mailing List                    openssl-users@openssl.org
> > Automated List Manager                           [EMAIL PROTECTED]
> >
> >
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to