Re: Problem with BIO functions in VC++ 6.0

2000-03-20 Thread Andrew Gray
make sure that you are linking your applicatiuon against the same c runtime as the openssl library - either /MDd (Multithread debug dll) for debug builds or /MD (Multithreaded DLL) for "Release" builds Andrew __ OpenSSL Projec

RE: Problem with BIO functions in VC++ 6.0

2000-03-20 Thread Grebelsky, Konstantin
This worked for me: The usual reason for this is that you are on Windoze and haven't set the multi threaded DLL runtime library option. See INSTALL.W32 -Original Message- From: Dr Stephen Henson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 14, 2000 8:24 PM To: [EMAIL PROTECTED] Subject

Re: Problem with BIO functions in VC++ 6.0

2000-03-20 Thread Richard Dykiel
I provided an explanation on this (see attached message). I dont know if Konstantin succeeded in working qround that bug. I dont know what Windows experts think of my explanations either. - Original Message - From: jose antonio garvayo <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Mo