I have had problems getting OpenSSL to link correctly if MFC is being used. Try switching from static to dynamic loading of the MFC libraries and see if that solves the problem.
Brant Thomsen > -----Original Message----- > Hi Aftab, > > Thanks for the reply, > > If you are referring to compiling openssl with /MT switch then, yes, I > have compiled openssl with /MT switch (thanks to Rush he had pointed > this out). > But because I need static library of openss so I used nt.mak file for > openssl compilation. > > But if you mean that /MT should be used in MSVC while compiling the > app which is using openssl libraries, then I have just confirmed that > in c/c++ tab of project settings /MT is already spcified (because the > dll which I am creating is multithread). > > I am using MSVC6.0 > > Any other idea? > > Thaks and regards, > > -- > Qadeer Baig > > On 6/6/05, Aftab Alam <[EMAIL PROTECTED]> wrote: > > Hi Qadeer, > > It seems that you have to use the switch /MTd (for debug) or /MT (for > > release) > > > > If you are using VS2003 you should go to code generation and set the run > > time library accordingly. > > > > Regards, > > Muhammad Aftab Alam. > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]