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

Posted in General | 1 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