-
Archives
- September 2009
- August 2009
- December 2008
- October 2008
- September 2008
- July 2008
- May 2008
- April 2008
- February 2008
- December 2007
- May 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- January 2006
- November 2005
- May 2005
- April 2005
- February 2005
- December 2004
- September 2004
- July 2004
-
Meta
Category Archives: Coding
Initial vhdTools release
Here is the initial public release of vhdTools, v0.3.0 This is still beta and only supports the creation of fixed VHD images but will report information on all VHD types. Please let me know if you find vhdTools useful or … Continue reading
Posted in Coding
Leave a comment
LoadLibrary Error 139
Mostly a note to myself but if you ever get error 139 from a call to LoadLibrary, the DLL you are trying to load may be using different C runtime linkage than your program (/MT vs /MD)
Posted in Coding
Leave a comment
vhdTools
So I’ve just started a new project called vhdTools to manipulate Virtual Hard Disk files used by Microsoft’s Virtual PC. Microsoft opened up the VHD specs as a part of its Open Specification Promise on the 17th. Microsoft also recently … Continue reading
eAccelerator
Discovered last night that there is a successor to turck-mmcache called eAccelerator. I’ve been looking for a replacement PHP optimizer/cache since turck-mmcache seems to be abandoned (last release was in 2003) except for a commit to CVS last year to … Continue reading
Posted in Coding
Leave a comment
Windows XP Pro x64
So I recently installed Windows XP Pro x64 and have since been hunting the net for 64-bit versions of software. As it turns out there isn’t a whole lot of software available for XP x64 yet, although at least there … Continue reading
Posted in Coding
19 Comments