>However, still
>some string function are undeclared like strlen, _exit, _sleep, etc.
>Obviously I have to add another library module, but I do not know which
>one.
Alex-

Since these are all coming out of the c-runtime, the next obvious
question is:
Is your application linking against the same c-runtime as your openssl build?
The default is /MD multithreaded dll for openssl.  Your app must use
the same.

Regards,
Andrew

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to