Re: MoreSCCreateProxiesEntity
Re: MoreSCCreateProxiesEntity
- Subject: Re: MoreSCCreateProxiesEntity
- From: James Masasaki <email@hidden>
- Date: Fri, 24 Oct 2003 11:04:07 -0700
Yes, I understand that. That was my first approach - to step into the
code. When I did that from Project Builder, clicking the "Step Into"
button, it blows out the PB debugger and no further source level
debugging is possible. That is the only reason I posted this item to
the list.
James
At 8:12 AM -0700 10/24/03, Quinn wrote:
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.
_______________________________________________
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.