When I try to compile IO, I have 3 erros:
.includePoco/IO/SerialConfig_POSIX.h(45) : fatal error C1083: Cannot open include file: 'termios.h': No such file or directory
c:\_userslaadharidevpocopocoiosrcSerialChannel_WIN32.cpp(82) : error C3861: 'CreateFile': identifier not found
c:\_userslaadharidevpocopocoiosrcSerialChannel_WIN32.cpp(214) : error C3861: 'FormatMessage': identifier not found
I am using VC++ express edition. I don't understand why VS is trying to compile SerialConfig_POSIX.h ?
For the other errors, I have already installed Platfrom SDK and Microsoft SDK and I added the paths to the projects, and I don't understand why could not identify CreateFile and FormatMessage functions.
Do you have any ideas ?
Thanks





