Hi Tom,
In MacRuby, an Array is actually a NSMutableArray instance, as you may
know.
If you need to call a C or Objective-C method that accepts a C-style
array, you can just pass the regular array object and MacRuby should
do the conversion for you.
If you want to build the C array by y
Is it possible to create static c-arrays in macruby?
In jruby Array has a a #to_java method which converts a Array object
to an java array (a = Array.new(6).to_java(:double))
Is there something like that supported in macruby?
Tom
___
MacRuby-devel mailin