Unknown PowerPC Exception instead of callback from a framework in a CFM project (CFNetwork)
Unknown PowerPC Exception instead of callback from a framework in a CFM project (CFNetwork)
- Subject: Unknown PowerPC Exception instead of callback from a framework in a CFM project (CFNetwork)
- From: "Francois Boissonneault" <email@hidden>
- Date: Wed, 2 Apr 2003 11:59:20 -0500
- Thread-topic: Another Proxy question..
Hi again guys,
I am wondering if anybody already used CFNetwork in a CFM project. It's been confirmed to us by apple, a couple of weeks ago, that Url Access Manager is buggy on Mac Os X when trying to pass through a proxy (with both URLDownload() and URLOpen()). They've suggest to use CFNwetwork by using the CFBundleGetFunctionPointerForName() function to get pointer to the CFNetwork methods.
Now, everything looked ok yet, and the calls are working great - I'm receiving expected values back for each call but I'm never receiving my callback. I'm using CFReadStreamSetClient() to set the callback and I'm doing it exactly as one of Apple's sample. Later on I'm also calling CFReadStreamOpen() with no error at all, but when I wait for a very little while (I guess that's when it's trying to fire an event back to the callback), I get a message from Codewarrior saying "Unknown PowerPC Exception".
Now I might be wrong again, but I think it has difficulties to find the callback - since I'm using a kind of "wrapper" to get all the pointers to functions with the bundle thing.
I know it's a little bit particular, but if any of you has an idea, that could help a lot.
Thanks again,
-Frank.
Quinn : BTW, thanks a lot for your answer to my previous question - that helped a lot too..
_______________________________________________
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.