On 2009.07.29., at 7:14, Przemyslaw Czerpak wrote:

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()

Thanks.


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.

I think we should, ideally core components shouldn't need such
explicit startup/shutdown procedure, especially if this is platform
specific.

Pls hold on for test results.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to