Re: Problem with BIO functions in VC++ 6.0

2000-03-20 Thread Richard Dykiel
ED]> Sent: Monday, March 20, 2000 4:57 AM Subject: Problem with BIO functions in VC++ 6.0 > Hello: > > I compiled openssl-0.9.5 for Visual C++,following the > instructions of Andrew Gray, and everything looks work > fine; but I encounter a problem with the BIO functions > that I

RE: Problem with BIO functions in VC++ 6.0

2000-03-20 Thread Grebelsky, Konstantin
---Original Message- From: jose antonio garvayo [mailto:[EMAIL PROTECTED]] Sent: Monday, March 20, 2000 4:58 AM To: [EMAIL PROTECTED] Subject: Problem with BIO functions in VC++ 6.0 Hello: I compiled openssl-0.9.5 for Visual C++,following the instructions of Andrew Gray, and everything looks wo

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

Problem with BIO functions in VC++ 6.0

2000-03-20 Thread jose antonio garvayo
Hello: I compiled openssl-0.9.5 for Visual C++,following the instructions of Andrew Gray, and everything looks work fine; but I encounter a problem with the BIO functions that I can resolve. Here is the code: #include #include int main() { pBioErr= BIO_new_fp(stderr,BIO_NOCLOSE); fwrite("He