From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Winsock or TCP/IP Date: Sun, 27 Jul 1997 14:54:02 -0400 Organization: Cornell University Lines: 28 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <33DB994A.7D7B@cornell.edu> References: <01ILOAJFZNQM904SW6 AT InfoAve DOT Net> NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk storm3 wrote: >I need to know which library I should use the WSOCK or TCP/IP > lib.. I am gonna be running these under '95 and would like them to be > able to talk to each other when I connect using '95's dial up AFAIK, the purpose of the WSOCK library available for djgpp is to enable djgpp apps to make winsock calls. (someone correct me if i am wrong.) under windows, winsock _IS_ TCP/IP (well, ok, newer version support other types of protocols, too.) in any case, you need to lern abouit winsock programming in general. there are good starting places out there. i have some links at http://www.people.cornell.edu/pages/asu1/prog.htm > I am totally bewildered on this.. And I have written an iRC client > under C++ builder b4 and stuff.. But This library here is kinda rough > with void *'s and stuff. Which I have no idea what they are used > for.. > > So enough boring ya.. and sounding like a newbie, when I am not.. i don't get this. i guess you built the irc client without being aware of what exactly you were doing. in any case, winsock is off-topic for this ng. when you know enough to ask more specific questions, you will probably get more exact answers. -- Sinan