Re: MS windows NT user...

2000-04-18 Thread Bill Klein
At 07:30 p.m. 2000/04/17, Miguel Angel Fraga wrote: >(The /MD flag is very important, It works for me.) I'm fairly new to OpenSSL. I tend to compile the great majority of my projects using /MT (or /MTd), which brings in the multithreaded libraries statically, as opposed to /MD which references M

Re: MS windows NT user...

2000-04-17 Thread Miguel Angel Fraga
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"Rel