Home

Search results

"category:/OSX"


Title and summary Date/time
1
Normally this blog would not discuss security vulnerabilities but since it seems like CVE-2014-6271, given the headline worthy moniker shellshock, will be a doozy we thought we would make a quick mention of how to solve the issue (at least for now) on OSX ...
26-Sep-2014
09:31:00
2
I was reintroduced to this old chestnut the other evening. error C2146: syntax error : missing ';' before identifier 'bar' error C4430: missing type specifier - int assumed. Note: C++ does not support default-int Having recently kicked off another ...
18-May-2014
22:17:00
3
Today I enthusiastically installed OSX Lion on my development system. I was probably stupidly naive to think it would be a straightforward upgrade. Attempting to install Xcode 3.2.6, the version I currently prefer, it seemed to silently fail. I wasn't ...
04-Aug-2011
23:26:00
4
In order to schedule you Mac OSX software update to run in Offpeak time you can use the launchd system scheduler in order to to accomplish this. On most Unix systems (including cousins and derivates like Mac OSX) you would use cron. While cron is still ...
14-Jun-2011
05:35:00
5
Somewhat belatedly we're pleased to announce the release of Eets: Hunger it's Emotional for OSX! It was released on Steam last December, and you can check it out hereWhew. That was quite an effort for a small team like ours. It was a labour of love. While ...
27-Jan-2011
04:50:00
6
When one develops a Carbon API application, you normally just setup all your application callbacks and logic in your code before you hit the RunApplicationEventL...
10-Feb-2010
18:32:00
7
I needed to convert a Windows platform standard ico format icon file to a Macintosh icns format icon file and didn't find any quick relevant details via Google. Well, here is a little quick recipe for doing so without having to use any additional ...
23-Jan-2010
21:07:00
8
We've been making heavy use of stlport for our projects. Stlport is a great, freely available library that one can use on plaforms without a mature C++ stl library. A number of our team experienced problems when building an stlport application; ...
10-Nov-2009
17:00:00
9
In the development of Eets I've been using Apple's Carbon API. As some of my peers have correctly pointed out Carbon is slowly being deprecated, at least publically (outside of Apple). I'm pretty sure I've read somewhere that the Carbon API is still being ...
22-Oct-2009
20:17:00