I've put a brief discussion of changes to REALbasic relating to
declares on my web site <http://www.declaresub.com/>. The page link
is conveniently near the Google ads.
I point out one potentially serious problem. Setting a CFStringRef
to a null pointer will result in a crash if you then attempt to
convert the CFStringRef to a String. Because Core Foundation
functions frequently return 0 in case of error, declaring the return
type of a function as CFStringRef is a very bad idea for any code
that you intend to be reliable. The relevant "feedback" URLs are
<http://www.realsoftware.com/feedback/viewreport.php?reportid=pedronim>
<http://www.realsoftware.com/feedback/viewreport.php?reportid=brmmwnfi>
<http://www.realsoftware.com/feedback/viewreport.php?reportid=nifoehdj>
Charles Yeomans
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>