bfoz / libintelhex

C++ library for parsing, creating and manipulating Intel Hex files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSVC2015 Compiler errors

Dreminum opened this issue · comments

During build with MSVC 2015 it throws error C1038: include file <unistd.h> can not be found.
Fixed it with including <stdint.h>

msvc also has the error that getline in unknown (error C3861). Fixed this with including