Re: Is CFHTTP usable?
- From: "James W. Walker" <osxNOSPAM@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 15 Nov 2005 16:44:53 GMT
In article <op.s0afd1i7mcs9m0@phoenix>, Daniel Bleisteiner
<news@xxxxxxx> wrote:
> During my research I've found some CFHTTP-Functions within the Core
> Foundation which could replace my need for using CURL but I'm not able to
> use these inside my MacOS project. The header files are not available in
> the standard include paths. If I include the apple header files I get
> problems and can't compile.
>
> Is there a way to use CFHTTP within my SharedLibrary project?
Since you apparently are not building Mach-O code, you can't just link
against the appropriate framework. The alternative is to use
CFBundleGetFunctionPointerForName. So, yes it's possible, but not
convenient.
.
- References:
- Is CFHTTP usable?
- From: Daniel Bleisteiner
- Is CFHTTP usable?
- Prev by Date: Is CFHTTP usable?
- Next by Date: Re: Is there something similar to system() for Carbon?
- Previous by thread: Is CFHTTP usable?
- Index(es):