View Single Post
POBBot R2b46b AMD64 binary (and AMD64 fixed source)
Old
  (#1)
ghost of evilspy
Moderator
 
ghost of evilspy's Avatar
 
Status: Offline
Posts: 140
Join Date: Mar 2005
Location: Finland
Default POBBot R2b46b AMD64 binary (and AMD64 fixed source) - 26-03-2005

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.
  
Reply With Quote