I’ve made a small bug fix to libGIS, updating it to version 1.0.2. The routines now better support newlines encountered in Intel Hex and Motorola S-Record formatted files. Previously the file reading routines returned an error, claiming they had encountered an “invalid record”, upon encountering a newline; now they return a return code indicating a (harmless) newline has been encountered (which are sometimes found at the end of Intel Hex and Motorola S-Record files). This makes libGIS’s record reading a bit smoother.
See the libGIS page for more information and a link to the new version.
libGIS updated to version 1.0.2
I’ve made a small bug fix to libGIS, updating it to version 1.0.2. The routines now better support newlines encountered in Intel Hex and Motorola S-Record formatted files. Previously the file reading routines returned an error, claiming they had encountered an “invalid record”, upon encountering a newline; now they return a return code indicating a (harmless) newline has been encountered (which are sometimes found at the end of Intel Hex and Motorola S-Record files). This makes libGIS’s record reading a bit smoother.
See the libGIS page for more information and a link to the new version.