> Thanks a lot! I didn't have these lib files at all, since they're not
> part of the Windows distribution of OpenSSL. But I found out that
> I can create them with LIB.EXE using commandlines like these:
> 
> lib /DEF:libssl32.dll
> lib /DEF:libeay32.dll
> 
> But the linker still complains about the same missing _SSL_* symbols
> even though I added them to the project as you describe... :(

Mmmh, just tried your lib command and it outputs something very small and not 
at all the same thing as the linker generates. Maybe some more flags would 
convince it to do the Right Thing?

You should get your .lib files from the same source as the .dll's. If you 
can't, consider building OpensSSL yourself. It's not that difficult anymore 
thanks to the good work of the developer team! 

Marcel

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

Reply via email to