Source level debug config for OpenSSL 1.0.0a?

2010-11-02 Thread Scott Cherf
Hello - I'm trying to compile openssl with source level debugging enabled using the 1.0.0a distribution (of OpenSSL) and I'm not having any luck at all. I would appreciate a clue if there is one. Note that I'm attempting to build a fat binary for the i386 and x86_64 architectures under Xcode

No icon in Dock's Application folder HUD?

2010-04-24 Thread Scott Cherf
I'm having difficulty displaying my application's icon in the Snow Leopard Applications folder pop up HUD display. I'm running 10.6.2, the application is build with Xcode 3.2 and the icon was built with the Xcode 3.2 utility Icon Composer. The running application icon shows up fine in the dock

Re: 'Build and Analyze' with XCODE 3.2.2

2010-04-24 Thread Scott Cherf
I believe the problem is that you aren't releasing offset or gregorian before you return them. I expect that gregorian retains offset (or copies it and retains the copy without releasing the original). In general, if you aren't don't intend to retain an allocated object, autorelease it and

Re: No icon in Dock's Application folder HUD?

2010-04-24 Thread Scott Cherf
and then putting the link in the dock makes it behave like 10.4 and gets rid of the whole problem. S. On Apr 24, 2010, at 2:52 PM, Ken Thomases wrote: On Apr 24, 2010, at 2:47 PM, Scott Cherf wrote: The running application icon shows up fine in the dock and if I place the application

Re: Threads Question

2010-03-18 Thread Scott Cherf
Thanks to Phi for pointing out that I didn't cc the list on this reply -- Scott. On Mar 17, 2010, at 7:36 AM, Philippe Sismondi wrote: Because the length of time that this secondary task takes is highly variable, I want to be able to cancel its processing from the main app. So, I want to

Cocoa project structures

2010-03-17 Thread Scott Cherf
I'm looking for a good overview of cocoa/xcode project structures for medium to large scale applications, something that goes a bit past the MVC and presents some ways to decompose a larger project into smaller pieces. My problem is that I started with a small application that copies a