cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Visual C++ 2005 Express Edition Woes

From: Allen Pulsifer <pulsifer3_at_comcast.net>
Date: Fri, 6 Jul 2007 10:56:30 -0400

> Additional Library Directories: Set to location of
> libcurl.lib (and libcurl.dll)

> 18. Added zlib lib path
> 19. Added zdll.lib to project
> 20. Added zlib1.dll to PATH

This is a common problem when using .lib and .dll that you did not build
yourself. Its usually caused by incompatible compile options.

I suggest rebuilding all of the .lib and .dll files from their source, using
the same C run-time library options as your application.
Received on 2007-07-06