Gorton, Bec (Environment, Hobart)
Useful articles:
http://www.viva64.com/content/articles/64-bit-development/?f=20_issues_of_porting_C++_code_on_the_64-bit_platform.html&lang=en&content=64-bit-development
In void * hash_remove(hash h, const char key) Changed:
value = (void *)recsind.value;
to
value = (void *)&recsind.value;