I was requested to make amd64 binary of podbot at
http://forums.unitedadmins.com/index...howtopic=40666.
here:
http://koti.mbnet.fi/axh/files/64bit...t_mm_amd64.zip
source:
http://koti.mbnet.fi/axh/files/64bit...srcB_amd64.zip
Changes needed for AMD64:
PATH, PATH5 and PATH6 in waypoint.h have pointer 'next' as last member. Size of pointer is 8 bytes on AMD64 and 4 bytes on x86. This caused WaypointLoad() and WaypointSave() handle waypoint-files incorrectly on AMD64. Fix was to simply use SIZEOF_PATH* macros instead sizeof(PATH*) in those two functions. See SIZEOF_PATH in waypoint.h of fixed source.