-
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
Monthly Archives: November 2006
vhdTools v0.3.1 Released
This release is a bugfix release and fixes bugs caused by using 32-bit integers (size_t is not 64-bit!) which caused problems with images > 2GB. Grab it here Note: the 0.3.0 release link is symlinked to the 0.3.1 release.
Posted in Coding
5 Comments
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
Why I won’t be spending any more money on anything Xbox 360 related
So I bought my Xbox 360 when I lived in Canada and happily bought a bunch of Gamer points to get some Xbox Live Arcade Games with my Canadian credit card plus 7 games at $60-70 apiece. Fast forward a … Continue reading
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