Cleaning up those CRT warnings in Visual Studio
When you need to clean up the CRT warnings about unsecure functions, like printf or sprintf, in favor...
Using regex to replace a path
This is for me, not you, a reference for me. So if you are wondering why I wrote...
“If the comments are ugly, the code is ugly”
I read this and said to myself, this is so true. Thinking about this, if you don’t take...
Xcode and static libs
I’m writing this blog entry just in case other people come across the same problem and can’t seem...
Dumping file names to a file
I have a PC and a Mac that I work with, but mostly I use the Mac. Of...
Print to PDF with AppleScript and Microsoft Word
Recently, I needed to automate printing a Word document to a PDF file and have it saved to...
Xcode 3.1, Perforce and Scripts
In my previous post, I showed how you can leverage AppleScript to check out a file or a...
Xcode 3.1 and Perforce
I use Perforce and I love it! Over the years I’ve used Visual SourceSafe, CVS, SVN and I...
Weird EXC_BAD_ACCESS error with NSPopAutoreleasePool
Recently I worked on a project that had a NIB and XIB in it and for some strange...