cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl.framework bundling

From: Matt Veenstra <matt_at_tribeworks.com>
Date: Tue, 25 Oct 2005 10:03:12 -0700

    I wrote this the other day, but it did not make it through. I wrote the
framework make files and use this in our applications that are used all the
time.

    Hello,

This is best asked on the Apple Carbon list. These are the people who have
tried this in the past. Frameworks are loadable in Mach-O applications.

The easiest thing would be just to build a your own CFM extension in
Codewarrior for libcurl. This is easier than loading the mach-o framework
in my opinion.

Matt Veenstra
Tribeworks

--------- on 10/24/05 10:00 AM, Oleg Fokin at fokin_at_csodessa.com wrote
-----------

> Hello, everyone.
>
> Would anybody so kind to explain me, how can I load libcurl.framework
> in CFM application on MacOS X?
>
> I've tried
> CFBundleGetBundleWithIdentifier(CFSTR("com.libcurl.libcurl")) and
> CFBundleCreate(...) with null result.
>
> The framework was built as described in libcurl.framework.make and
> located in /Library/Frameworks
>
> Looking forward for your quick response and help,
Received on 2005-10-25