$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joseph Berrios (jsberrios_at_[hidden])
Date: 2001-07-27 12:52:22
The way I achieved it was using a platform.h file. In this file
I wrote functions to initialize, close and error check in sockets.
By doing this, the library became platform independant (this worked
for MS Windows and UNIX)
cheers,
Joseph
--- In boost_at_y..., "md656" <md656_at_q...> wrote:
> I have one question. As I understand, sockets are platform
dependent. How
> you will be able to write a protasble socket library?
>
>
> Mohammed