The Hacks of Life

Tuesday, February 14, 2006

So that’s where HINSTANCES come from

›
I realize that this is probably totally trivial for real Win32 developers, but it took me long enough to find this that I’ll blog it and ...
Saturday, February 11, 2006

var-args and macros? Sure!

›
I didn’t realize until recently that this works: #define WED_ThrowPrintf(fmt, …) \ throw wed_error_exception(__FILE__, __LINE__, fmt, __...
Friday, February 10, 2006

What makes a professional?

›
“My definition of an expert in any field is a person who knows enough about what’s really going on to be scared.” PJ Plauger It doesn’t get...
Saturday, February 04, 2006

Don’t Trust Error Messages

›
I just spent some time chasing an error message that I was getting from a Windows Media component when I tried to open a Windows Media St...
Thursday, February 02, 2006

Your Friend the Priority Queue

›
One of the things I like about the STL is that it makes easy in C++ higher level data structures that make programs better but would othe...
Tuesday, January 31, 2006

Debugging OpenGL

›
There are only two debugging techniques in the universe: printf. /* */ (I would say a nice IDE that gives you stepping, logging, variab...

IsWindowVisible can be deceiving!

›
Recently I had to debug a bit of code that was causing an Active-x control to be hidden. I found that if i commented out the two ShowWind...
‹
›
Home
View web version

Contributors

  • Benjamin Supnik
  • Chris
Powered by Blogger.