MySocket := socket( AF_INET, SOCK_DGRAM, PF_INET ); This call fails with socket error 10043 I am guessing protocol not supported ? Do I need to start winsock first or something... I would like to work with the udp protocol.