No problem.

- dc

At 01:06 PM 05/26/1999 , you wrote:
>Got it.  It was the /MD problem, but I was building the OpenSSL libs with
>/MD and my application in debug mode (/MDd).  Matching them fixed it.
>
>Thanks for your help!
>
>-G
>
>---
>Greg Pasquariello
>CTO, PrivaSeek, Inc.
>[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>303-604-6334 x104
>
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Clark
>> Sent: Wednesday, May 26, 1999 6:32 AM
>> To: [EMAIL PROTECTED]
>> Subject: Re: newbie question
>>
>>
>> At 07:37 PM 05/25/1999 , you wrote:
>> >Greg Pasquariello wrote:
>> >>
>> >> Hi,
>> >>
>> >> I'm a newbie to OpenSSL and the SSLeay (though not SSL in
>> general).  I've
>> >> gotten basic SSL negotiation working, but for the life of me I
>> can't get
>> >> this BIO stuff to work.
>> >>
>> >> I'm running the latest build on NT and the following fails
>> with an Access
>> >> Violation.
>> >>
>> >>         BIO *bio = BIO_new_fp(stdout, BIO_NOCLOSE);
>> >>         BIO_printf(bio, "Hello World\n");
>> >>
>> >> Can anyone point me in a direction?
>> >>
>> >
>> >If you check INSTALL.W32 it says you have to link with the
>> >multi-threaded DLL version of the runtime library (/MD switch) thats
>> >almost always the cause of this.
>>
>> And if you are linking in any other libraries of your own, they also
>> must be compiled for multithreaded DLL (not just multithreaded).  This
>> one had me going for a bit.  :-)
>>
>> - Dave
>> ______________________________________________________________________
>> OpenSSL Project                                 http://www.openssl.org
>> User Support Mailing List                    [EMAIL PROTECTED]
>> Automated List Manager                           [EMAIL PROTECTED]
>>
>
>______________________________________________________________________
>OpenSSL Project                                 http://www.openssl.org
>User Support Mailing List                    [EMAIL PROTECTED]
>Automated List Manager                           [EMAIL PROTECTED]
> 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to