Categories

Archives

Objective-C Tip: Switch Statements

During one of my sessions of working on the iPhone game. I noticed something very strange within Objective-C.

1 2 3 4 5 6 7 8 switch(someVar) { case 1: int x = 5; // Expected expression before ‘int’   break; … }

Apparently, this will get a compiler error as it expects an [...]

XCode: The Starting Curly Brace

As I dive deeper into the world of programming for Apple hardware I bring along with me past practices or habits that I must change in order to fit into the Objective-C world. It has been years since I last touched C/C++ and coming from a world of .NET and C#, my first impressions [...]

iTunes Error 7: Missing CoreGraphics.dll

So, I get home from work today only to find that iTunes on my windows machine would not start up. I kept getting the message that CoreGraphics.dll was missing and that I should re-install iTunes. I really don’t know HOW this could have happened as I have not installed/uninstalled anything on here.

I searched [...]

I’m Back!

So I’ve been neglecting this site for awhile now. For those of you who read this blog, I apologize for being so quiet. I ended up taking up 2 jobs which took up a lot more of my time than I had realized and I didn’t have much time to work on my game [...]

Out of Town

I’ll be leaving for a week, starting today, for a work related trip. Nothing much to say about it but I won’t be able to work on my game any until I get back due to the lack of owning a laptop. I really need to buy a laptop one of these days. Anyways, [...]