Search the web
Sign In
New User? Sign Up
libsocket · libsocket is a library for DJGPP, the DO
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 453 - 482 of 491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
453
hi... if you have a client and server that they use HTTP1.1 protocol i read HTTP1.1 and knew its rules BUT i need some implementation of that using...
mahmoud abotaleb
mabotaleb@...
Send Email
May 24, 2001
12:48 pm
454
Hello. ... Hmmm, it sounds like you have some homework to do. Anyway, you can find lots of source code for these things on the web. You may to look at some web...
Richard Dawe
rich@...
Send Email
May 24, 2001
9:57 pm
455
Hi, i'm french so sorry for my english ! I created a server program and i compiled it with Djgpp (gcc server.c -o server.exe -lsocket). I use ls080. The...
rubikz@...
Send Email
Jun 22, 2001
12:08 pm
456
Hi, i'm french so sorry for my english ! I created a server program and i compiled it with Djgpp (gcc server.c -o server.exe -lsocket). I use ls080. The...
rubikz@...
Send Email
Jun 22, 2001
12:24 pm
457
Bonjour! ... Have you installed the socket extension on the computer that does not have DJGPP? You need to run this program, to install it: ...
Richard Dawe
rich@...
Send Email
Jun 23, 2001
7:45 am
458
Hi, I create a socket and put it into non blocking mode, then call connect(). The connect fails with this error message : <Operation not supported on endpoint...
rubikz@...
Send Email
Jun 29, 2001
2:32 pm
459
Hello. ... libsocket does not support non-blocking connect calls. You must use blocking connect calls. You can switch the socket into non-blocking mode, once...
Dawe, Richard
richard.dawe@...
Send Email
Jun 29, 2001
3:29 pm
460
Best underground information print now !!! 1. Guaranteed Unsecured Credit Cards up to $50,000 Regardless of Bad Credit. We can show you how and where you can...
xxx@...
Send Email
Nov 4, 2001
4:58 am
461
By way of introduction, we are a company that specialises in placements in niche technology and non technology related areas. Because we cater to niche and...
jayakumar_i
Offline Send Email
Dec 17, 2001
7:49 am
462
Hello. ... [snip] ... This is not a mailing list for discussing career opportunities. It is a mailing list for discussing libsocket and related subjects....
Richard Dawe
richdawe
Online Now Send Email
Dec 17, 2001
8:17 pm
463
COPY YOUR DVD's!! Why Spend upwards of $4000 on a DVD Burner when we will show you an alternative that will do the exact same thing for only $19.95? You heard...
dvdburner@...
Send Email
Jan 20, 2002
7:04 pm
464
Untitled Document ARE YOU GRABBING YOUR SHARE? How much would it be worth to you to be able to sell and use cutting edge formulations of products that have the...
email@...
Send Email
Mar 13, 2002
10:30 am
465
You have to check out this cool site I found. There's a bunch of different cards to choose from. I couldn't get a card anywhere else on the web. I found this...
ipoiraroa
Offline Send Email
Mar 30, 2002
2:20 am
466
Hello. ... No I don't. ... Don't spam this list. Do it again and I will remove you from the list / complain to Yahoo. (I'm the owner of this mailing list.) -- ...
Richard Dawe
richdawe
Online Now Send Email
Apr 2, 2002
9:57 am
467
Hi I'm John, and I'm new to Djgpp. Initially when i tried to compile simple "socket" pgms, i used to get the "undefined socket reference" error messages....
satan_john_lobo
Offline Send Email
Apr 15, 2002
8:26 am
468
Hello. satan_john_lobo wrote: [snip] ... What errors do you get? libsocket is pretty much dead. I'm no longer developing it and AFAIK no-one else is. You may...
Richard Dawe
richdawe
Online Now Send Email
Apr 15, 2002
9:09 pm
469
This site has a lot of great cards. I was able to get approved in 30 seconds for two different cards. Check it out for yourself. ...
sansjnd83dsf3ednds
sansjnd83dsf...
Offline Send Email
Apr 22, 2002
3:31 pm
470
I have legacy app that does TCP/IP (SOCK_STREAM) with DJGPP/wsock in DOS. Four years later I have been asked to update it. However I can no longer find...
tfriedel
tom@...
Send Email
May 30, 2002
4:20 pm
471
Have a look at Waterloo TCP/IP email of the list is watt-32@yahoogroups.com it is an active program... Alain...
Alain
alainm3
Offline Send Email
May 31, 2002
6:48 pm
472
Thanks, I will perhaps look at that, as it appears to support TCP/IP + DJGPP. With libsocket, using just libsocket.a, I got pretty far, but get error 93,...
tfriedel
tom@...
Send Email
May 31, 2002
8:04 pm
473
Hello. ... Have you installed the Winsock helper? libsocket won't work on Windows 98 otherwise. Please see install.txt in the libsocket distribution. libsocket...
Richard Dawe
richdawe
Online Now Send Email
May 31, 2002
11:24 pm
474
Hi Friends!!! Please find below the latest list of openings for our CMM Level 5 Client in chennai . Request you to kindly send your resume and refer all your...
contact_ravi
contact_ravi@...
Send Email
Jun 6, 2002
12:00 pm
475
Hello. ... [snip] This is off-topic for the libsocket mailing list. Have you actually bothered to read the description for libsocket mailing list at...
Richard Dawe
richdawe
Online Now Send Email
Jun 7, 2002
5:29 pm
476
hi all, i am raw socket programming and i am havin problems constructing ip packets, inspite of giving the int on = 1; ...
vaishnavi kidambi
vaish_kidambi@...
Send Email
Sep 18, 2002
7:16 pm
477
Hello. ... What user are you trying this as? I think you have to be Administrator or a user that has priveledges to use raw sockets. Please note that this...
Richard Dawe
richdawe
Online Now Send Email
Sep 19, 2002
6:47 pm
478
Hi, I was thinking of writing a small mail reader (for learning purposes only - very very basic) and is it worth using libsocket (I'm using djgpp as my c++...
aether13
Offline Send Email
Dec 7, 2002
8:14 am
479
Hello. ... You may want to look at Cygwin or Mingw32. These both produce Windows executables. I would use Cygwin, as your program will be more portable, if you...
Richard Dawe
richdawe
Online Now Send Email
Dec 8, 2002
11:27 am
480
Hi, I wish you a happy, prosperous and a peaceful year. I am working on a project to create a class library for DICOM digital imaging standards communications...
suhasv1 <suhasv1@...>
suhasv1
Offline Send Email
Jan 9, 2003
3:56 pm
481
hello everyone, I am student and i need a source code for a client server messenger in C language. i've got one using VC's compiler but i dont have to use the...
sanjeevblohia
sanjeevblohia@...
Send Email
Jul 14, 2003
6:33 pm
482
simply take a look at beej's network programming guide at http://www.ecst.csuchico.edu/~beej/guide/net/. i think it's got exactly what you need! ... -- Giorgio...
SukkoPera
useless@...
Send Email
Jul 15, 2003
6:05 pm
Messages 453 - 482 of 491   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help