All Manuals > LispWorks Release Notes and Installation Guide > 15 Release Notes

NextPrevUpTopContentsIndex

15.14 Objective-C changes

This section applies only to Macintosh and iOS platforms. See the LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual for details.

15.14.1 Support for specifying method argument types for objc:invoke

The types of the method arguments and result can now be specified in a call to objc:invoke. This is primarily intended for invoking methods using vector types, which are not compatible with the Objective-C Runtime type encoding API. See "Invoking a method that uses vector types" in the LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual for more details.

15.14.2 Accessing Objective-C instance variables

The accessor objc:objc-object-var-value now works with variables of all types.


LispWorks Release Notes and Installation Guide - 19 Oct 2017

NextPrevUpTopContentsIndex