Hi Igor, > // Create listening socket. > SOCKET listener; > listener = open_socket (AF_INET, SOCK_STREAM, 0); > >>> wsa_assert (listener != INVALID_SOCKET); > > The assertion is printed to console thus error R6010 (abort) comes from > debugger. There should be a text describing the error in the console. What is it? Martin