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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 350 - 379 of 491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
350
... This message was brought to you by the PV2143 Mailing List hosted by Gillius's Page of programming at: http://skyscraper.fortunecity.com/solarcity/552/ If...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Send Email
Oct 7, 1999
1:20 am
351
Hello. As you may have noticed, not a lot has been happening with libsocket recently. I've been pretty busy and I just haven't got round to doing any work on...
Dawe, Richard
Richard.Dawe@xxxxxxxx...
Send Email
Oct 11, 1999
12:09 pm
352
Hello. I've just uploaded patch 5 for the 1999-07-22 (yes, that long ago) to the libsocket development home page: ...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Oct 24, 1999
6:11 pm
353
After doing some testing on libsocket, I found some errors. I will note that I believe my code is not at fault because the code of the program will compile...
Gillius
gillius@xxxxxxx.xxxx
Send Email
Oct 25, 1999
4:58 pm
354
Hello. ... Thanks for testing! If Linux works OK, then it's (probably) libsocket that's at fault. I'll try to test it some more on Friday - I'm busy until ...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Oct 25, 1999
5:45 pm
355
I re-downloaded DJGPP when I got to college this September. I had DJGPP 2.02(?) with gcc 2.9.2, the bitchy-as-hell version that marks pretty much anything that...
Gillius
gillius@xxxxxxx.xxxx
Send Email
Oct 25, 1999
9:44 pm
356
Hello. ... I've read your bug report and I'm slightly confused. IIRC you are using both datagrams and streams. ... If you're only using datagram sockets, then...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Oct 31, 1999
5:42 pm
357
Hello. Since there seem to be a fair few bugs in libsocket, I decided it was time we had a decent way of tracking them. Typing some cyptic comments in a text...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Oct 31, 1999
5:50 pm
358
... Okay this is what goes down. The server listens on two ports at once, a TCP/IP port and a UDP port. Remember this program was meant to simulate my game...
Gillius
gillius@xxxxxxx.xxxx
Send Email
Oct 31, 1999
7:06 pm
359
Hello. ... It would seem that using select() with stdin's file number + a socket does not exit successfully on a key-press. I can bail out using Ctrl+C. I...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Nov 3, 1999
9:52 pm
360
... I'm using DJGPP 2.02, which as I said, I downloaded the end of September when I got to college. Gillius...
Gillius
gillius@xxxxxxx.xxxx
Send Email
Nov 3, 1999
10:43 pm
361
Hello. I'm just uploading the 1999-11-07 snapshot of libsocket to the libsocket development home page: http://www.phekda.freeserve.co.uk/richdawe/lsckdev/ I'm...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Nov 7, 1999
10:39 pm
362
... I'm there. ... Unfortunately that is not true. I have no problems whatsoever running my programs under Windows 95 OSR 2, with the latest winsock updates. ...
Gillius
gillius@xxxxxxx.xxxx
Send Email
Nov 8, 1999
3:09 am
363
... This message came from the Project V2143 mailing list, to unsubscribe, reply to this message. ... Hey everyone I moved the site from evil fortunecities...
Gillius
gillius@xxxxxxx.xxxx
Send Email
Nov 8, 1999
3:19 am
364
Sorry for sending that message to the libsocket list about PV2143! I took it off my list but I guess it doesn't save until I quit the mail program? I looked...
Gillius
gillius@xxxxxxx.xxxx
Send Email
Nov 8, 1999
3:49 am
365
Hello. ... I may have access to Windows '98 at the end of the year (when my brother returns from university). ... Have you used csock under Win98 original &...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Nov 8, 1999
11:46 pm
366
... Yes both but not the latest. Ever since I got to college it's only been SE, before that, it was original. ... On my OSR2 Win95, libsocket used wsock...
Gillius
gillius@xxxxxxx.xxxx
Send Email
Nov 9, 1999
9:55 pm
367
Hello. Recently on the watt-32 mailing list, a utility was announced called netio for doing network benchmarking. I thought I would try compiling this with ...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Nov 16, 1999
9:42 pm
368
Hello. I've just prepared a patch for libsocket 0.7.4 beta 3 that should fix the problems with compiling with gcc 2.95.x. You can get it here: ...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Nov 24, 1999
10:56 pm
369
Hello. I've just entered all the bugs I could think of & remember here: http://www.phekda.freeserve.co.uk/richdawe/lsckdev/bugs074.htm If I've missed any,...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Nov 27, 1999
4:15 pm
370
Hello. I've been investigating the problem that Jason Winnebeck found with accept() and the wsock interface. The accept() is working, but there appears to be...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Dec 11, 1999
7:46 pm
371
... I know Allegro uses that parameter with GCC and I never knew what it did. it is listed as an optimization flag, however. Gillius...
Gillius
gillius@xxxxxxx.xxxx
Send Email
Dec 11, 1999
10:49 pm
372
Hello. After a successful couple of hours bug huntin', I have produced the first patch for the 1999-11-07 snapshot. As usual, you can get it here: ...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Dec 12, 1999
10:15 pm
373
Hello. I've just updated a few of my Windows networking docs. Namely: - WSOCK.VXD Pseudo-Documentation ...
Richard Dawe
richdawe@xxxxxxx.xxxx
Send Email
Dec 24, 1999
11:32 am
374
Hello. It's been a while since I reported my progress. Here's a brief overview of what I managed to do during the Christmas vacation: - Most of the info docs...
Richard Dawe
richdawe@...
Send Email
Feb 16, 2000
9:39 pm
375
Well I got MSVC6 Enterprise a while back and I have been making applications using winsock natively now. Right now I'm porting my BSD sockets program to...
Gillius
gillius@...
Send Email
Feb 17, 2000
12:17 am
376
Hello. ... You might want to avoid using the MFC Socket classes. I've heard they suck and that you're better off using Winsock - plus Winsock is closer to the ...
Richard Dawe
richdawe@...
Send Email
Feb 17, 2000
8:35 pm
377
... Well yes I noticed Winsock being based off Berkley, is REALLY based off Berkley and most of the same code works the same, except that you have to specify...
Gillius
gillius@...
Send Email
Feb 18, 2000
9:20 pm
378
Hello. ... After thinking for a bit, I decided to split the code into two branches: a) 0.7.4 will be libsocket with all the patches, info docs, etc. b) 0.7.5...
Richard Dawe
richdawe@...
Send Email
Feb 19, 2000
11:32 am
379
Hello. Pardon me for doing this, but: I seem to be having trouble with this list plus the others I "own" on http://www.onelist.com/ . I've sent e-mails to all...
Richard Dawe
richdawe@...
Send Email
Feb 24, 2000
7:09 pm
Messages 350 - 379 of 491   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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