I bought my upgrade of Max 5 yesterday, and I'm of course eagerly waiting for my license code.
Trying to put Objective-C and Cocoa into all that I do, I found Rémy ...
It's been a while since I wrote about what I'm doing, but nothing much has changed: I'm working with the iPhone SDK making different applications. Today I'd like to demo the application that made me start working with the iPhone: DashBoard. I first got interested with dashboards when I tried to make something userfriendly with Performance Point and ...
I'm still a Max/MSP junkie (Max 5 was released today!!) and so I'm happy to present my new interface for Max: LightingMatrix
As you can see, LightingMatrix ...
Every now and again I get "Unknown architecture" when trying to compile. I found this post that has the solution in the bottom: *
From the "Project" menu, choose Edit Active Target "
". Select the "Build" ...
Debugging Autorelease is a great wiki entry at CocoaDev. EXC_BAD_ACCESS, meaning accessing an object you've already released (most likely) or have not yet instantiated (it happens) isn't that fun to debug. Luckily, the NSZombie environment variable works when ...