Changes between Version 3 and Version 4 of AddressBook
- Timestamp:
- 10/20/09 20:03:13 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddressBook
v3 v4 4 4 5 5 {{{ 6 ? (require 'objc-support) 7 OBJC-SUPPORT 8 ("OBJC-PACKAGE" "SEQUENCE-UTILS" "NAME-TRANSLATION" "OBJC-CLOS" "OBJC-RUNTIME" "BRIDGE" "OBJC-SUPPORT") 6 9 ;;; Load the framework 7 10 ? (objc:load-framework "AddressBook" :addressbook) … … 15 18 the `OBJC:LOAD-FRAMEWORK` mentioned above), and you'll 16 19 be able to say `(absearch "smith")` to look for the Smiths in your Address Book. 17 Note that the output from NSLog willgo to the system console.20 Note that the output from NSLog may go to the system console. 18 21 {{{ 19 22 (in-package "CCL")
