Mail Archives: djgpp/1998/12/17/11:10:18
In theory, you would create the socket with "create", then bind it with
"bind", then connect with it with
"connect." I've never done it with DJGPP, but that's the sequence with my
Linux GNU compiler. There's some good example source on the 'Net; search
for pages containing the above functions. (Sorry, I don't have a URL
handy.)
The other thing is, you might be using Windows (3.x, 9x) and DJGPP doesn't
do sockets with winsock (or, at least, not very nicely.)
-Brian
Kjartan Baldursson <steinknu AT islandia DOT is> wrote in article
<3675D61D DOT 1DAE8B15 AT islandia DOT is>...
> How can i Connect to someone with
> Connect(AF_INET,...........
> as Internet protocol such ip / port
>
>
- Raw text -