If you are compiling on Win NT,
 
the Preprocessor definitions must be:
 
    WIN32,  NDEBUG,  _WINDOWS,  FLAT_INC,  L_ENDIAN
 
Project Options:
 
    /nologo  /MD  /W3 /GX /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "FLAT_INC" /D
    "L_ENDIAN" /Fp"Release/libcnv32.pch" /YX /Fo"Release/" /Fd"Release/" /FD  /c
 
(The /MD flag is very important,  It works for me.)
 
Regards,
Miguel Angel
 
----- Original Message -----
Sent: Monday, April 17, 2000 00:27
Subject: MS windows NT user...

I have a question about open SSL.
 
It works on win NT well?
 
I have some problems using open ssl on NT.
 
It crashes when it calls BIO routine. ( especially BIO_printf )
 
 
I hope somebody has answer about it.

Reply via email to