FLI or Objective-C Interface?
Hi, (This is a OS X specific question...) I have a framework that is mostly C code (an Obj-C wrapper was started, but never finished). Being as this is my first try at wrapping this for LW, so I'm a bit unsure how to start. What is the "recommended" way to do this: FLI or the Objective-C interface? My instinct is since the code is mostly C, I'm better off using the FLI. If this is the case, how would I use read-foreign-module to load the framework? If anyone can provide any additional pointers, that would be great. Thanks, -kevin