Re: [Harbour] Testing HBNETIO

2009-09-04 Thread Przemyslaw Czerpak
On Fri, 04 Sep 2009, Szak�ts Viktor wrote: Hi, >> Please add: >> hb_inetInit() > Is it possible to make this automatic? It's a little bit strange > that a core API needs such platform dependent way to do the required > initialization. > > [ Actually, I thought this was fixed a few weeks ago.

Re: [Harbour] Testing HBNETIO

2009-09-04 Thread Viktor Szakáts
Hi Przemek, 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? Win

Re: [Harbour] Testing HBNETIO

2009-09-01 Thread Przemyslaw Czerpak
On Tue, 01 Sep 2009, AbeB wrote: Hi, > Works Great! > can it be made to support names like net:hostname:port:filename instead of > ip address? It can be done if you need it. It's enough to call hb_socketResolveAddr() but remember that in such case you will need fully functional DNS service. > a

Re: [Harbour] Testing HBNETIO

2009-09-01 Thread AbeB
Hi Przemyslaw, Works Great! can it be made to support names like net:hostname:port:filename instead of ip address? also in my test the NETIO_CONNECT(): returns .F., but it works! NETIO_CONNECT(): .F. used: .T. nterr: .F. alias: CLASS lastrec:121 ordCount: 0 Thanks Abe --

Re: [Harbour] Testing HBNETIO

2009-09-01 Thread Przemyslaw Czerpak
On Tue, 01 Sep 2009, Mario H. Sabado wrote: Hi, > Works fine now after 2009-09-01 11:33 UTC+0200 Przemyslaw Czerpak > (druzus/at/priv.onet.pl). Thank you for confirmation. So adding hb_inetInit() to older versions should also resolve the problem. best regards, Przemek _

Re: [Harbour] Testing HBNETIO

2009-09-01 Thread Mario H. Sabado
Hi Pritpal, Works fine now after 2009-09-01 11:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl). Many thanks Prezemek! Mario Message: 8 Date: Tue, 01 Sep 2009 16:11:13 +0800 From: "Mario H. Sabado" Subject: [Harbour] Testing HBNETIO To: harbour@harbour-project.org

Re: [Harbour] Testing HBNETIO

2009-09-01 Thread Przemyslaw Czerpak
On Tue, 01 Sep 2009, elart wrote: Hi, > So you use and compile DOS/WIN app using Wine... I'm using WINE only for WIN app. For DOS I use DOSEMU with FreeDOS. I configured binfmt to execute windows programs using WINE automatically so I can simply run any windows .exe files just like native applic

Re: [Harbour] Testing HBNETIO

2009-09-01 Thread elart
In data 1/9/2009, "Przemyslaw Czerpak" ha scritto: >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 s

Re: [Harbour] Testing HBNETIO

2009-09-01 Thread Przemyslaw Czerpak
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

Re: [Harbour] Testing HBNETIO

2009-09-01 Thread Pritpal Bedi
Hi Mario H. Sabado wrote: > > 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 conn

[Harbour] Testing HBNETIO

2009-09-01 Thread Mario H. Sabado
Hi Przemek, 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. Thank you so much for the great work and more power! Best regards, Mario __