I've made standalone apps with xcode before, but that was cocoa. I have a carbon app right now that won't run from the Finder, only from xcode. I built with the release configuration instead of the debug configuration. The settings clearly disabled zerolink for the release ...
The variables list part of the debugger window (on one project only) has reduced to less than one line high so I can't see any variables at all. How do i reset this thing? (How do you change the height of this anyway?) Thanks,
I have multiple instances of a class which has a NSSound member variable and I'm a bit lost in what to do next. I need to loop through all instances and sequentially play each one's sound. But don't know how to stop the loop if a 'stop' button is clicked. I can use [m_sound