On Wed, 29 Jul 2009, Szak�ts Viktor wrote:
> Probably some dead obvious reason, but I'm getting:
> 'bind/listen error'
> hbmk2 tstrcv.prg -mt
> with latest SVN and mingw.
> (firewall is turned off)
> Any ideas?

Add at the beginning of test code:

   hb_inetInit()

just before:

   sock := hb_inetServer( s_nPort )

it's necessary only in Windows builds and I still forgot about it.
Maybe we should add automatic socket initialization in windows builds.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to