"Steve Holme" <steve_ho...@hotmail.com> wrote:

I use Visual Studio (and have solution and project files for .NET 2003
(v7.1), 2005 (v8.0), 2008 (v9.0) and 2010 (v10.0)) and have them configured
to build against OpenSSL (as a DLL rather than statically) and to include

Visual Studio uses a 2 pass linker. gnu-ld does not. The OP may have to reorder the libs in the link-command. -lws2_32 (missing htonl@4 etc.)
should come after all other libs referring to those functions.

--gv
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to