Symbol visibility in Mac OS libraries
I was having a nice coding day. Xcode was behaving nicely and all of my code seem to...
Getting GDB to stop on a conditional breakpoint
One of the cool things about Xcode and GDB is that you can create custom breakpoints that could...
How to detect what SDK you are building for in Xcode
I recently had to build a file for multiple operating systems and had to figure out a way...
The Social Network
I just saw “The Social Network” with my wife. I liked the movie and so did my lady....
Beefing up the verbosity in Visual Studio
If you ever have to get greater detail as to what is going on with the compiler or...
Note to self…
When you actually have a good idea for a posting, don’t wait till the next day to start...
HEAP corruption on PC with const char*
I had a weird thing happen where if I create a TCHAR variable[MAX_PATH] and populate that using any...
KVM, MacOSX and Windows
Windows Vista doesn't play well with KVM's when your screensaver locks out your computer and it's not the currently selected computer...
Cleaning house
Today I am actually taking time to clean the house. And with that, I traded in my Xbox...
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...