Hi, 

> > >> I have the following trivial program copied at the end.
> > >>
> > >> I compile it as cl /MTd /Zi /EHsc a.cpp /link /DEBUG
> > >>
> > >
> > >Try it with /MD instead of /MTd.
> > 
> > 
> > I fail to see how this will help.
> 
> OpenSSL by default is compiled with /MD if you don't change 
> that and compile
> with /MTd you can get a runtime library conflict which can 
> produce strange behaviour.

Also, avoid mixing debug and non-debug.  This is recommended in
the docs.

Mark
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to