Re: Static OpenSSL lib in NT with VC++

2002-01-02 Thread Andrew W. Gray
http://www.openssl.org/support/faq.html#PROG2 __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

RE: Static OpenSSL lib in NT with VC++

2002-01-02 Thread Wirta Ville
hat but keep still getting the very same errors :-( Could there be other options also upside down? yours VW -Original Message- From: David Schwartz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 11:47 AM To: [EMAIL PROTECTED] Subject: Re: Static OpenSSL lib in NT with

Re: Static OpenSSL lib in NT with VC++

2002-01-02 Thread David Schwartz
Sounds like a classic case of mixing use of the multithreaded run-time library with use of the single-threaded run-time library. You should compile both OpenSSL and all your appls with the multi-threaded run-time library. (Who writes single-threaded apps on WIN32 anyway?!) DS

Static OpenSSL lib in NT with VC++

2002-01-02 Thread Wirta Ville
Hi! Has anyone tried building (and using) static OpenSSL (0.9.6c) libraries on Win NT? I'm building with VC++ and get the following error: (I don't suffer from these with dynamic libs) Linking... MSVCRT.lib(MSVCRT.dll) : error LNK2005: _time already defined in LIBCMT.lib(time.obj) there are abo