On Tue, 01 Sep 2009, Pritpal Bedi wrote: Hi,
> > I've tested under Windows using BCC and MingW and got the "Cannot start > > NETIO server !!!" message. I tried adding the 2941 port to Windows > > firewall exception also but still the same. > Same is the case with me. > After struggling for two hours, I cannot connect, still trying why? > Windows XP with no firewall installed. I think that I know the reason of problem. I still forgot that in windows it's necessary to initialize socket library explicitly. Please add: hb_inetInit() before: pSockSrv := netio_mtserver() and try again. When I run windows application using WINE in my linux box I do not have to initialize WINSOCK library so it was working for me. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour