Subj : Re: Socket libraries... To : borland.public.cpp.borlandcpp From : Jeff Baker Date : Sat Jun 12 2004 05:21 pm These look like M$ and has MFC written all over it. Borland defines them as... delay, sound, nosound found in dos.h nerrno is an unknow function to M$ ans BC (try errno in errno.h instead). accept, listen, bind and send are member functions of the CAsyncSocket class socket is in afxsock.h recv is also an unknown function (try Receive instead) spawnlp and execlp are in process.h - Jeff "Jason Schierling" wrote in message news:4092857f$1@newsgroups.borland.com... > > I am getting an linkage error with some socket routines. Borland 4.5 is telling me the following routines are undefined symbols: > _delay, _nerrno, _accept, _listen, _bind, _socket, _nosound, _sound, _recv, _send, _spawnlp, _execlp. > > They all look like standard routines I assume would be defined in the Borland libraries. Does anyone know what library I need to include to resolve these symbols. > > Thanks in advance! .