linux doesn't like to actually compile for 32bit, so you are having 32bit vs 64bit issues. compile on the 32bit box and copy the executable over to the 32bit box and try that.
in any case, i'll try to take a look at this later. something probably needs to be changed from int to int32 or uint to uint32.
|