Re: status -1 when establishing socket connection - SocketException

2008-02-12 Thread Timothy Bish
ActiveMQ CPP no longer uses maven as a build tool. We provide a VS2005 project file to build on windows. As far as I know the code won't build using the VC2003 compiler as MS deems it unnecessary to implement the full C++ ISO standard, and so there are language features that we use that are not s

Re: status -1 when establishing socket connection - SocketException

2008-02-12 Thread beeeph
( status < 0 ){ >> close(); >> throw SocketException( __FILE__, __LINE__, >> "Socket::connect - %s", ::strerror( errno ) ); >> } >> >> This piece of code in tcpsocket.cpp throws a socket exception when trying >