pub.ObjectiveC - Objective-C 2.0 Runtime Module

BlitzMax Forums/BlitzMax Module Tweaks/pub.ObjectiveC - Objective-C 2.0 Runtime Module

N(Posted 2009) [#1]
Don't know if anyone bothered to do this yet (didn't bother looking), but I went ahead and wrote a module to let me use the Objective-C runtime in BMax. Works fine with what I've already done with it. I'm currently fiddling with wrapping Cocoa and allowing subclassing of Cocoa classes using BMax, so it was fairly important that I have this.

pub.mod/objectivec.mod/objectivec.bmx


For reference: Objective-C 2.0 Runtime Reference

As usual, if you don't know what this is, you can safely ignore it.


skidracer(Posted 2009) [#2]
Nice!