hi,
  How can i use the openssl's crypto lib ----libeay32.lib 
in VC6.0?
  i want to user RSA routine,such as i2dRSAPublickey()in
my program,but when i linked my code with libeay32.lib
i got some error in studio enviroment.
   MSVCRT.lib(MSVCRT.dll) : error LNK2005: _sprintf already defined in 
libcmtd.lib(sprintf.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _abort already defined in 
libcmtd.lib(abort.obj)
MSVCRT.lib(MSVCRT.dll) : 
 error LNK2005: _time already defined in libcmtd.lib(time.obj)
MSVCRT.lib(MSVCRT.dll) :
 error LNK2005: _fclose already defined in libcmtd.lib(fclose.obj)
MSVCRT.lib(MSVCRT.dll) :
 error LNK2005: _fflush already defined in libcmtd.lib(fflush.obj)
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use 
/NODEFAULTLIB:library
when i used /nodefault i got:
   Libeay32.lib(bn_lib.obj) : error LNK2001: unresolved external symbol __imp__fprintf
  .........
   How Can i do?
   thanks in advance.
                                                  yours 
                                                  leo zhong
                


__________________________________________________
欢迎使用首都在线免费电子邮箱http://freemail.263.net
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to