Re: [MacRuby-devel] Including and accessing C libraries

2010-09-26 Thread Joshua Ballanco
Hi Evan, Have you looked at Open Directory? https://developer.apple.com/library/mac/#documentation/Networking/Conceptual/Open_Directory/Introduction/Introduction.html https://developer.apple.com/library/mac/#documentation/Networking/Reference/OpenDirectoryFramework/Reference/reference.html%23//ap

Re: [MacRuby-devel] Including and accessing C libraries

2010-09-25 Thread Mario Steele
Hello Evan, Try looking at this page here: http://www.macruby.org/documentation/reading-an-mp3-with-macruby.html It's how I wrapped functionality for BASS Audio Library into my application. It works quiet well, and if you need help with any callbacks, or such, I'll be happy to help out. On Sun,

[MacRuby-devel] Including and accessing C libraries

2010-09-25 Thread Evan Chaney
Hello. I would like to build an app using MacRuby and Cocoa to retrieve information from an LDAP server, combine it with other data and present the result to the user. I have not found a great framework in Cocoa for making and using LDAP connections. I also have not had success in including an