home *** CD-ROM | disk | FTP | other *** search
-
- Hi,
-
- I switched to PC based Internet access mainly because I have more control over
- the installed software. I also have a realy neat DEC Workstation. But to get
- anything installed I need to go through the Universities Computer Center.
- Don't even try to get them to install something like an anonymous ftp access
- or Web server.
-
- Also, most software I ftp is PC software. So it is just much more convinient
- ftp it directly to a PC instead of ftp'ing it to the workstation and than use
- Kermit or Disks to get it to the PC.
-
- All this is only possible of course due to the amazing software offered.
-
- johannes.
-
-
- ___________________________________________________________________________
- | ju8025@csc.albany.edu |
- Johannes Ullrich | johannes@xray.phy.albany.edu |
- Center for X-ray Optics | ju8025@albnyvms.bitnet |
- Physics Dept. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- University at Albany, SUNY phone: (518) 442-4496
- Albany NY 12222 FAX : (518) 442-4486
- ---------------------------------------------------------------------------
- Burn flags so people will stop dying for them. But start with your own!
- From news@bigblue.oit.unc.edu Sun Apr 17 17:15:18 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA13420; Sun, 17 Apr 1994 12:43:44 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA18077; Sun, 17 Apr 1994 11:33:43 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Sun, 17 Apr 94 15:15:18 +0200
- From: Uli Mittermaier <uli@koala.muc.de>
- Message-Id: <GrYstApNBh107h@koala.muc.de>
- Sender: ses
- Subject: WinSock-Progr: Problems with accept()-ing incoming connections
-
- Hi!
-
- I am trying to program a WinSock-Server-Software in Borlands Turbo Pascal
- for Windows 1.5.
-
- At first I call WSAStartUp(), then Socket(), Bind(), Listen() and
- WSAAsyncSelect(SocketID, HWindow, WM_Connection, FD_ACCEPT).
-
- My Problem:
- When I try to call Accept() I get a error-message (WSAENOTSOCK) that the
- socket on which I want to establish the connection (the same socket that
- I created successfullly before - as mentioned above) does not exist. The
- really strange thing is, that TCPMAN of Trumpet-WinSock tells me that I try
- to establish a connection on a socket different from that I did actually
- pass to accept. For example, when I try to accept a call on socket #1 the
- WinSock-DLL tells me that I can't accept it on 12335 (that number varies).
-
- I call accept() like this:
-
- AcceptSocket:=accept(SocketID, sockad, sizeof(sockad));
-
- AcceptSocket is of type socket, SocketID is the socket I am listening,
- sockad is of type sockaddr.
- Is this correct?
-
- Has anybody experience in WinSock programming in TPW 1.5? I am also very
- interested in source code of WinSock application!
-
- Is any literature available that covers WinSock-programming?
-
- Thank you very much!!
-
- Best regards,
- Uli Mittermaier
-
- --
- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
- | Uli Mittermaier Internet: uli@koala.muc.de |
- * D-84405 Dorfen CompuServe: [100270,1200] *
- | Germany UUCP: uunet!muc.de!koala!uli |
- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-
-