Re: MoreSCCreateProxiesEntity
Re: MoreSCCreateProxiesEntity
- Subject: Re: MoreSCCreateProxiesEntity
- From: Quinn <email@hidden>
- Date: Fri, 24 Oct 2003 08:12:44 -0700
At 23:53 -0700 23/10/03, James Masasaki wrote:
digest.httpProxy = "127.0.0.1";
The httpProxy field is a CFStringRef, not a C string.
For bugs like this, you could probably figure out the problem by
stepping into the MoreSCF code and looking at the line where it blows
up. In this case, you almost certainly blow up inside AddProxy
trying to use the C string as a CFString. At that point you can
deduce that there's something wrong with the way you set the
httpProxy field.
Remember, MoreSCF is not a black box. You have full source to the
library. You should take advantage of that.
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.