Using rs232 libraries with Wince 5.0

Hello, I am attempting to use the boost rs232 libraries for a wince based program I am writing. To use the serial port libraries I am including the following files: #include <boost/asio.hpp> #include <boost/asio/serial_port.hpp> Upon compilation I get the following error: fatal error C1083: Cannot open include file: 'cerrno': No such file or directory This is failing at the include of "#include <cerrno>" in the cerrno.hpp file. My compiler is visual studios 2005 (version: 8.0.50727.42), release mode, platform windows mobile 5.0 pocket pc. Thanks in advance for any help that you can offer. Matt -- Matthew J Dobrzenski Electrical Engineer/Computer Engineer

I am compiling using boost version 1.40.0 On Wed, Sep 16, 2009 at 8:22 AM, Matthew Dobrzenski < matthew.dobrzenski@gmail.com> wrote:
Hello, I am attempting to use the boost rs232 libraries for a wince based program I am writing. To use the serial port libraries I am including the following files:
#include <boost/asio.hpp> #include <boost/asio/serial_port.hpp>
Upon compilation I get the following error:
fatal error C1083: Cannot open include file: 'cerrno': No such file or directory
This is failing at the include of "#include <cerrno>" in the cerrno.hpp file.
My compiler is visual studios 2005 (version: 8.0.50727.42), release mode, platform windows mobile 5.0 pocket pc. Thanks in advance for any help that you can offer.
Matt
-- Matthew J Dobrzenski Electrical Engineer/Computer Engineer
-- Matthew J Dobrzenski Electrical Engineer/Computer Engineer
participants (1)
-
Matthew Dobrzenski