Actually, I'm having similar problems when I'm trying to play with the ObjC integration,
though it may be unrelated as I seem to be getting a bit further. Io session follows:
Io 20070226
Io> ObjcBridge autoLookupClassNamesOn
==> ObjcBridge_0x64bf60:
autoLookupClassNamesOff = ObjcBridge_autoLookupClassNamesOff()
autoLookupClassNamesOn = ObjcBridge_autoLookupClassNamesOn()
classNamed = ObjcBridge_classNamed()
debugOff = ObjcBridge_debugOff()
debugOn = ObjcBridge_debugOn()
main = ObjcBridge_main()
newClassWithNameAndProto = ObjcBridge_newClassWithNameAndProto()
Io> [NSColor colorWithCalibratedRed:0.45 green:0.33 blue:0.1 alpha:1.0];
Exception: Lookup error, slot 'next' not found
---------
Coroutine pauseCurrentAndResumeSelf A4_Exception.io 160
Coroutine resumeParentCoroutine A4_Exception.io 176
Coroutine raiseException A4_Exception.io 253
Exception raise IoState_doCString 1
nil next ObjcBridge.io 12
Message makeColonUnary ObjcBridge.io 15
Message makeColonUnary ObjcBridge.io 43
Object squareBrackets doString 2
==> nil
Io>
I've been browsing through the bridge source and haven't found the implementation of
'Message next' anywhere, though that could easily be my lack of experience with Io. ObjC
messages with single parameters seem to be fine though! E.g.:
Io> tmp := [NSColor yellowColor];
==> Io2Objc_0x6bfab0:
Io>
--- In iolanguage%40yahoogroups.com">iolanguage
yahoogroups.com, "victor NOAGBODJI" <noagbodjivictor
...> wrote:
>
> I've tried a lot. Specially those from the Flux and OpenGL directory.
>
> The error message as I've said above is : Exception: Object does not respond
> to "Flux" or "OpenGL"
>
.