Hi! That's exactly what I was going to recommend. MacRuby is able to interact with Obj-C, so you can write an Obj-C++ wrapper (.mm files) around your SDK, and then use it with MacRuby :-)
Any of you two, if you manage / managed to do it, please do not hesitate sharing the recipe to the world :-). -- Thibault Martin-Lagardette On May 26, 2010, at 11:31, Gregoire LEJEUNE wrote: > I do it with a C lib (but it must be the same with C++). First I > create a ObjC class over my C lib. Then i can use my ObjC class within > MacRuby. > > Greg > > 2010/5/26 Louis-Philippe <[email protected]>: >> Hi folks, >> I need to work with a c++ sdk in my code. >> Is this possible within macruby? >> I tried loading the files all sorts of way and making a bundle with it and >> got no luck at this point... >> thanks! >> L-P >> _______________________________________________ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >> >> > _______________________________________________ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel _______________________________________________ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
