thank you very much for your cool work.
i use this library to read las file with MinGW64, when the point number is larger than U32_MAX, LASReader::seek reach wrong position. I found that there are some errors in the file bytestreamin_file.hpp with compiler MinGW64, in function ByteStreamInFile::tell,seek,seekEnd, we should comment !defined(MINGW32) and then get right result.
thank you very much for your cool work.
i use this library to read las file with MinGW64, when the point number is larger than U32_MAX, LASReader::seek reach wrong position. I found that there are some errors in the file bytestreamin_file.hpp with compiler MinGW64, in function ByteStreamInFile::tell,seek,seekEnd, we should comment !defined(MINGW32) and then get right result.