From: <cod...@go...> - 2009-02-14 13:10:58
|
Comment #3 on issue 15 by wolfgang...@gmx.net: nil class objects http://code.google.com/p/hoc/issues/detail?id=15 I don't see a call to initialize_Test in your first example. Using the class objects before initializing the class would result in the class objects being nil. As for your comment #2: you cannot access Objective-C instance variables via HOC. You cannot even declare them, except when you are using exportClass to export the class from Haskell. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings |