You’ve been locked out!

For some strange reason, my network account would be locked by the domain controllers on the network and I couldn’t authenticate using my credentials. My workstation authenticates either through an ActiveDirectory server or an OpenLDAP server and only recently, I’ve been having problems with Apple Mail asking me for my password over and over again … Read more

Surprise!

I actually implemented a large if, else if statement on the Mac with no problems. Go to compile that same code in Visual C++ 2008 and…. BANG! VC doesn’t play that! Apparently, there is a limit as to how many control statements you can have. Go figure 🙁

Thanks again!

Thanks again to the same co-worker who showed me how to do a large search and replace in TextMate, he now gave me a new blog site worth reading: http://idevblogaday.com/

Making sense of CrashReporter…

So, if I have a CrashReporter dump for a release application I am trying to troubleshoot, I found the following page very helpful: http://developer.apple.com/tools/xcode/symbolizingcrashdumps.html Essentially, I can take the crash report and find out what line of code the error occurred at. But, you have to have the source code in order to do this … Read more