Categories
Tag Cloud
Archives
Feed- And the Emmy goes to… LTFS
- joining Nimbula
- leaving IBM
- LTFS Format Specification and Open-Source
- Problem with video-stream playback in OS X Lion (10.7)
- Filesystem recovery examples with ltfsck
- LTFS consistency and Index snapshots
- Can you use LTFS on LTO4 or earlier media?
- sync() behavior in LTFS
- How does LTFS work?
Tag Archives: cocoa
Embedding a command line tool within a Cocoa application
I’m developing in XCode and have manged to import the source code for the command line tool as say command_line.c. What do I need to do to have this file built as a command line tool that is embedded in the main Cocoa application? Continue reading