Sergio,
I'm guessing this has to do with collisions in the DLL you are compiling
with and the ones that were used to build the OpenSSL DLLs. Check the
INSTALL.W32 for details, but I'm pretty sure they use (and require) the
multithreaded DLLs. Go to your VC6 project settings (Project->Settings..
Sergio Gallego Sacristana Martinez wrote:
> MSVCRT.lib(MSVCRT.dll) : error LNK2005: [function] already defined in
> LIBCD.lib(sprintf.obj)
>
> Could somebody help me??
Here's my two cents worth, anyway.
The linker is complaining because it's finding two copies of the C
runtime library.
MSVCRT.