Hi,

is there a reason for the fact that hbinet.c defines these errors

#define HB_INET_ERR_OK           0
#define HB_INET_ERR_TIMEOUT      ( -1 )
#define HB_INET_ERR_CLOSEDCONN   ( -2 )
#define HB_INET_ERR_BUFFOVERRUN  ( -3 )
#define HB_INET_ERR_CLOSEDSOCKET ( -4 )

which have different values from the ones inside hbsocket.ch ?

For example

#define HB_SOCKET_ERR_TIMEOUT             2
#define HB_INET_ERR_TIMEOUT      ( -1 )

What am I missing?

Maurilio

-- 
 __________
|  |  | |__| Maurilio Longo
|_|_|_|____| farmaconsult s.r.l.


_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to