Did you do anything special to the function pointer that you supply
when you register the callback associated with the runloop source.
You will need to. SCF expects the callback to be a Mach-O-style
callback (a pointer to code), which CFM function pointers aren't
(they're a pointer to a TVector). Check out the CFM_MachO_CFM sample
on our web site for the standard technique for handling this.
As a rule I recommend that you don't test version numbers. Rather,
just get the pointer and, if it's NULL, replace it with a constant
string. For example:
S+E
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macnetworkprog/email@hidden