static typing (Learning Cocoa Chapter 13)
static typing (Learning Cocoa Chapter 13)
- Subject: static typing (Learning Cocoa Chapter 13)
- From: Michael Grant <email@hidden>
- Date: Fri, 21 Sep 2001 12:07:31 -0500
Chapter 13 of "Learning Cocoa" instructs the reader to statically
type the interface outlets in "InfoWindowController.h". But when I
try to compile, I get the error messages "'dummyView' cannot be
statically allocated" and "statically allocated objects not
supported". If I change the allocation for "dummyView" back to "id"
and try again to compile, I get the same message for the next
variable, and so on. What am I doing wrong?
TIA,
Michael
--
Now with LRF support and LBL technology!