NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
CamelBones (Score:2)
Of course I'm yet to manage it. But I'm sure it's possible. I'd love someone to write up how to do it.
Reply to This
Re:CamelBones (Score:1)
The main thing you have to do is recompile the camelbones framework to be distributable within the application. There is an article [cocoadevcentral.com] that discribes what you have to do to compile the framework, and then how to copy and reference the framework in your application.
Re:CamelBones (Score:1)
I'm very impressed with the C/J bridge - I've not had a problem with type munging yet (but then again I'm passing simple strings). Its not like I've never seen a piece of glue like this before -- I mean Perl does it all the time -- but its always impressive to see it done so well in another language