Search Results

1
vote
1answer
119 views

Garbage Collection Crash using NSImage

This piece of code was split off from a project I am working on. It consistently reproduces a garbage collection error on my Mac OS 10.5.7 and sometimes crashes. I have been looking at it for too l …
9
votes

Best Cocoa/Mac OS X programming blogs?

I subscribe to planet cocoa which aggregates some other cocoa blogs and I skim through that once in a while. It has a list of blogs it aggr …
1
vote

Accessing iSight programatically?

One thing that hasn't been mentioned so far is the IKPic …
2
votes

How can I have multiple instances of webkit without sharing cookies?

This post sums up what you could do. I'm not sure if it is feasible for you and I feel it wouldn't …
0
votes

How can I have multiple instances of webkit without sharing cookies?

What you can do is take a look at libcurl which can handle cookie stores …
2
votes

Garbage Collection Crash using NSImage

This has been confirmed to me by someone from Apple as a bug in OX X 10.5.7. rdar://problem/6938657 …