From: <cod...@go...> - 2009-02-03 08:38:17
|
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 15 by jedahu: nil class objects http://code.google.com/p/hoc/issues/detail?id=15 I cannot instantiate any objective-c classes I create in haskell. Their class objects always equal nil. Trivial example... > module Test where > import Cocoa > $(declareClass "Test" "NSObject") > $(exportClass "Test" "test_" []) Test> _Test == nil True Test> _Test # alloc *** Exception: user error (Message sent to nil: alloc) Oddly enough, any haskell-created classes work fine when instantiated through Interface Builder. -- 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 |