The definition of imbxInt32 and imbxUint32 is a 64bit integer on 64 bit environment

Issue #50 resolved
Paolo Brandoli repo owner created an issue

imbxInt32 and imbxUint32 are wrongly mapped to long and unsigned long. It should be mapped to int and unsigned int.

Comments (2)

  1. Log in to comment