Blog, page 60
page 60 of 80Continuing through the writing archive.
Add/Remove operation is impossible, the code element Cxxx is read only
Fix for the Visual Studio error when adding a control event handler: delete the .ncb and .suo files, then rebuild.
Read postDump a CListCtrl
C++ snippet that walks an MFC CListCtrl and writes every row and column out to a CSV file.
Read postlinks for 2009-05-05
One bookmark for the day: the Stack Overflow thread on the best comments ever found in source code.
Read postHow to create a menu and submenu on right click in MFC
MFC snippet that builds a right-click context menu with a nested submenu using CMenu and TrackPopupMenu.
Read postTroubleshooting CakePHP
A running list of CakePHP 1.2 fixes, starting with HtmlHelper::file moving to FormHelper.
Read postTesting writing from Windows Live Writer
First impressions of Windows Live Writer as a desktop blog client for WordPress, with categories, live preview, and source editing.
Read postYou may call me /b/
A B-heavy Urban Dictionary definition of /b/, the public bulletin board built of brilliance and barbarity.
Read postWordpress, Creating a RSS feed for each category.
The undocumented WordPress URL pattern for getting a per-category RSS feed: /?feed=rss2&cat=ID.
Read postC++ name mangling hell
Why exported C++ functions show up with mangled names like FirstGetBuf@US&NP and how extern "C" fixes GetProcAddress.
Read postHow to Move/Backup/Load a SVN repository
Three svnadmin commands to dump, move, and reload an SVN repository onto a new server.
Read post