On Wed, Jul 1, 2009 at 10:13 AM, Chris Tracewell<ch...@thinkcl.com> wrote:
> Okay thanks, that at least helped me find the library - which was step one.
> There were several version, I choose libcurl.4.dylib. I am not sure where to
> go now though. I added -libcurl in "Other Linker Flags" in my build settings
> and put #import <curl.h>  (a wild stab) in my header file but I still get
> errors when compiling stating that all of my CURL functions are undeclared.

curl.h lives in /usr/include/curl/, so you'll need to #include it like
so: #include <curl/curl.h>

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to