Re: [twsocket] OverbyteIcsPingTst

2009-11-22 Thread Francois PIETTE

Is it possible to make PingTst to work as windows CMD?


What do you mean ? Having PingTst a console mode program, taking same 
arguments as Windows command line version and produce the same result ? Yes, 
it is possible. It is even easy. That is not an problem with ICS, it is an 
easy Delphi programming problem to parse command line, call appropriate ICS 
ping component and using WriteLn to produce the result.


--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-22 Thread Signed Source® Project

Hi,
I have made a consule app (not with ICS) and it works as same as the CMD.
I mean it doesn't care about the security software.

What I mean was,
To build similar way with ICS which can ping without security problem and 
can have some properties like,

if ping answers then
do this
if ping doesn't answer then
do that
etc.etc

- daniel

- Original Message - 
From: Francois PIETTE francois.pie...@skynet.be

To: ICS support mailing twsocket@elists.org
Sent: Sunday, November 22, 2009 10:43 AM
Subject: Re: [twsocket] OverbyteIcsPingTst



Is it possible to make PingTst to work as windows CMD?


What do you mean ? Having PingTst a console mode program, taking same 
arguments as Windows command line version and produce the same result ? 
Yes, it is possible. It is even easy. That is not an problem with ICS, it 
is an easy Delphi programming problem to parse command line, call 
appropriate ICS ping component and using WriteLn to produce the result.


--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be 


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-22 Thread Fastream Technologies
Hello,

What about this: There was a way to add an exe to Windows Firewall
exceptions. If you can find that out, maybe other security software is
checking it(?)!

Regards,

SZ

On Sun, Nov 22, 2009 at 11:30 AM, Signed Source® Project
dan...@signedsource.com wrote:
 Hi,
 I have made a consule app (not with ICS) and it works as same as the CMD.
 I mean it doesn't care about the security software.

 What I mean was,
 To build similar way with ICS which can ping without security problem and
 can have some properties like,
 if ping answers then
 do this
 if ping doesn't answer then
 do that
 etc.etc

 - daniel

 - Original Message - From: Francois PIETTE
 francois.pie...@skynet.be
 To: ICS support mailing twsocket@elists.org
 Sent: Sunday, November 22, 2009 10:43 AM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Is it possible to make PingTst to work as windows CMD?

 What do you mean ? Having PingTst a console mode program, taking same
 arguments as Windows command line version and produce the same result ? Yes,
 it is possible. It is even easy. That is not an problem with ICS, it is an
 easy Delphi programming problem to parse command line, call appropriate ICS
 ping component and using WriteLn to produce the result.

 --
 francois.pie...@overbyte.be
 The author of the freeware multi-tier middleware MidWare
 The author of the freeware Internet Component Suite (ICS)
 http://www.overbyte.be

 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] OverbyteIcsPingTst

2009-11-22 Thread Francois PIETTE

I have made a consule app (not with ICS) and it works as same as the CMD.
I mean it doesn't care about the security software.


I would say the reverse: The security software doesn't care about it.
As I said before, this is not an issue with the application you write but 
with the ways security products work.
With the program you've done before, you may have approved it once and the 
you can use it as you like. Or maybe you gave it the name of another program 
which was already approved. I don't know. You can do just the same with ICS 
because it doesn't matter what the application really do, it is a matter of 
security product seeing your program does network I/O and by default block 
it. And this behaviour is desirable for a security product.


Do you understand what I say ? I know my english is not very good.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-22 Thread Darin McGee
Applications do not care about security software - It is the security
software that looks at (cares about) the programs.  You not having the
ability to modify the ESET configuration I can only assume you stumbled
upon a hole in the way ESET is configured on your test machine.

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of Signed Source(r) Project
Sent: Sunday, November 22, 2009 4:31 AM
To: ICS support mailing
Subject: Re: [twsocket] OverbyteIcsPingTst

Hi,
I have made a consule app (not with ICS) and it works as same as the
CMD.
I mean it doesn't care about the security software.

What I mean was,
To build similar way with ICS which can ping without security problem
and 
can have some properties like,
if ping answers then
do this
if ping doesn't answer then
do that
etc.etc

- daniel

- Original Message - 
From: Francois PIETTE francois.pie...@skynet.be
To: ICS support mailing twsocket@elists.org
Sent: Sunday, November 22, 2009 10:43 AM
Subject: Re: [twsocket] OverbyteIcsPingTst


 Is it possible to make PingTst to work as windows CMD?

 What do you mean ? Having PingTst a console mode program, taking same 
 arguments as Windows command line version and produce the same result
? 
 Yes, it is possible. It is even easy. That is not an problem with ICS,
it 
 is an easy Delphi programming problem to parse command line, call 
 appropriate ICS ping component and using WriteLn to produce the
result.

 --
 francois.pie...@overbyte.be
 The author of the freeware multi-tier middleware MidWare
 The author of the freeware Internet Component Suite (ICS)
 http://www.overbyte.be

 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be 

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
 

__ Information from ESET Smart Security, version of virus
signature database 4627 (20091121) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
 

__ Information from ESET Smart Security, version of virus
signature database 4627 (20091121) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-22 Thread Darin McGee
Your English is excellent - 

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of Francois PIETTE
Sent: Sunday, November 22, 2009 10:20 AM
To: ICS support mailing
Subject: Re: [twsocket] OverbyteIcsPingTst

 I have made a consule app (not with ICS) and it works as same as the
CMD.
 I mean it doesn't care about the security software.

I would say the reverse: The security software doesn't care about it.
As I said before, this is not an issue with the application you write
but 
with the ways security products work.
With the program you've done before, you may have approved it once and
the 
you can use it as you like. Or maybe you gave it the name of another
program 
which was already approved. I don't know. You can do just the same with
ICS 
because it doesn't matter what the application really do, it is a matter
of 
security product seeing your program does network I/O and by default
block 
it. And this behaviour is desirable for a security product.

Do you understand what I say ? I know my english is not very good.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
 

__ Information from ESET Smart Security, version of virus
signature database 4627 (20091121) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
 

__ Information from ESET Smart Security, version of virus
signature database 4627 (20091121) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-22 Thread Signed Source® Project

Thanks you :)
I understand you perfectly.

-daniel

- Original Message - 
From: Francois PIETTE francois.pie...@skynet.be

To: ICS support mailing twsocket@elists.org
Sent: Sunday, November 22, 2009 5:20 PM
Subject: Re: [twsocket] OverbyteIcsPingTst



I have made a consule app (not with ICS) and it works as same as the CMD.
I mean it doesn't care about the security software.


I would say the reverse: The security software doesn't care about it.
As I said before, this is not an issue with the application you write but 
with the ways security products work.
With the program you've done before, you may have approved it once and the 
you can use it as you like. Or maybe you gave it the name of another 
program which was already approved. I don't know. You can do just the same 
with ICS because it doesn't matter what the application really do, it is a 
matter of security product seeing your program does network I/O and by 
default block it. And this behaviour is desirable for a security product.


Do you understand what I say ? I know my english is not very good.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be 


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-22 Thread Signed Source® Project
Your English is excellent - 

Yes,
Francois speaks  perfectly english,

Thanks to all for all the help.

- daniel 

- Original Message - 
From: Darin McGee da...@basehex.com

To: ICS support mailing twsocket@elists.org
Sent: Sunday, November 22, 2009 5:22 PM
Subject: Re: [twsocket] OverbyteIcsPingTst


Your English is excellent - 


-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of Francois PIETTE
Sent: Sunday, November 22, 2009 10:20 AM
To: ICS support mailing
Subject: Re: [twsocket] OverbyteIcsPingTst


I have made a consule app (not with ICS) and it works as same as the

CMD.

I mean it doesn't care about the security software.


I would say the reverse: The security software doesn't care about it.
As I said before, this is not an issue with the application you write
but 
with the ways security products work.

With the program you've done before, you may have approved it once and
the 
you can use it as you like. Or maybe you gave it the name of another
program 
which was already approved. I don't know. You can do just the same with
ICS 
because it doesn't matter what the application really do, it is a matter
of 
security product seeing your program does network I/O and by default
block 
it. And this behaviour is desirable for a security product.


Do you understand what I say ? I know my english is not very good.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


__ Information from ESET Smart Security, version of virus
signature database 4627 (20091121) __

The message was checked by ESET Smart Security.

http://www.eset.com



__ Information from ESET Smart Security, version of virus
signature database 4627 (20091121) __

The message was checked by ESET Smart Security.

http://www.eset.com

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-21 Thread Francois PIETTE

The ESET firewall can be configure per application.



Yes,
I can be configured but,
Don't you think PingTest should also work if CMD does?


Obviously ESET has been designed to permit network acces per program.
This issue is not a problem with ICS, it is solely a problem with ESET 
configuration.


And this is not a special case for ESET, almost ALL security products 
checking network access will behave the same: At first the block almost 
everything. The user has to selectively unblock what he really use. This is 
the only way a security product can catch an unwanted program to acces the 
network.


--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-21 Thread Signed Source® Project

Thanks guys,
Modifying ESET wasn't an option on my case, I have just made another way 
around and solved the problem.


Anyway,
Is it possible to make PingTst to work as windows CMD?

- daniel

- Original Message - 
From: Francois PIETTE francois.pie...@skynet.be

To: ICS support mailing twsocket@elists.org
Sent: Saturday, November 21, 2009 11:55 AM
Subject: Re: [twsocket] OverbyteIcsPingTst



The ESET firewall can be configure per application.



Yes,
I can be configured but,
Don't you think PingTest should also work if CMD does?


Obviously ESET has been designed to permit network acces per program.
This issue is not a problem with ICS, it is solely a problem with ESET 
configuration.


And this is not a special case for ESET, almost ALL security products 
checking network access will behave the same: At first the block almost 
everything. The user has to selectively unblock what he really use. This 
is the only way a security product can catch an unwanted program to acces 
the network.


--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be 


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Wilfried Mestdagh
Hello Signed,

Can you ping your local machine (127.0.0.1)?
Can you ping both with the command interpreter?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Thursday, November 19, 2009, 20:39, Signed Source® Project wrote:

 Hi guys,
 I have just tested -- OverbyteIcsPingTst which is delivered with v7 and 
 noticed,
 It does not ping anything!!

 Here is what I get...
 :
 Resolving host 'www.google.com'
 Host 'www.google.com' is 74.125.79.105
 Sending 56 bytes to 74.125.79.105 (74.125.79.105)
 Cannot ping host (74.125.79.105) : Request timed out. Status = 11010
 :

 It is doing the same for whatever I try.
 Any ideas?

 -daniel
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Dave Baxter
Hi..

What operating system?

Have you given any local firewall/secruity system permission for the
ping test program to do what it needs? 

That is, use the machines networking resources.

Cheers.

Dave B.


 -Original Message-
 From: Signed Source(r) Project [mailto:dan...@signedsource.com] 
 Sent: 20 November 2009 11:17
 To: ICS support mailing
 Subject: Re: [twsocket] OverbyteIcsPingTst
 
 Hi Wilfried,
 Many thanks for the response.
 Yes, i can ping anything from the command window and they all 
 are answering.
 From PingTst I can ping only and only localhost and it gives this.
 ..
 ..
 Resolving host 'localhost'
 Host 'localhost' is 127.0.0.1
 Sending 56 bytes to 127.0.0.1 (127.0.0.1) Received 56 bytes 
 from 127.0.0.1 in 0 msecs 
 ..
 
 Whats the use of this if it isn't pinging anything else?
 
 -daniel
 
 - Original Message -
 From: Wilfried Mestdagh wilfr...@mestdagh.biz
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 12:55 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst
 
 
 Hello Signed,
 
 Can you ping your local machine (127.0.0.1)?
 Can you ping both with the command interpreter?
 
 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz
 
 Thursday, November 19, 2009, 20:39, Signed Source(r) Project wrote:
 
  Hi guys,
  I have just tested -- OverbyteIcsPingTst which is 
 delivered with v7 and 
  noticed,
  It does not ping anything!!
 
  Here is what I get...
  
 ::
 :::
  Resolving host 'www.google.com'
  Host 'www.google.com' is 74.125.79.105
  Sending 56 bytes to 74.125.79.105 (74.125.79.105)
  Cannot ping host (74.125.79.105) : Request timed out. Status = 11010
  
 ::
 :::
 
  It is doing the same for whatever I try.
  Any ideas?
 
  -daniel
  --
  To unsubscribe or change your settings for TWSocket mailing list
  please goto 
 http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be
 
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be 
 
 
 
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Signed Source® Project

Hi Dave,
I am using Vista and I can ping anything from the CMD succesfully.
I don't think there is any firewall security problem.
I am trying to ping -- www.google.com
Pinging google works always in any place as long as there is a network 
connection.


I did not made any modifications to the demo and trying just as it is.
Isn't it supposed to ping?
or is it made to ping just the localhost?

-daniel

- Original Message - 
From: Dave Baxter d...@uk-ar.co.uk

To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 3:42 PM
Subject: Re: [twsocket] OverbyteIcsPingTst



Hi..

What operating system?

Have you given any local firewall/secruity system permission for the
ping test program to do what it needs?

That is, use the machines networking resources.

Cheers.

Dave B.



-Original Message-
From: Signed Source(r) Project [mailto:dan...@signedsource.com]
Sent: 20 November 2009 11:17
To: ICS support mailing
Subject: Re: [twsocket] OverbyteIcsPingTst

Hi Wilfried,
Many thanks for the response.
Yes, i can ping anything from the command window and they all
are answering.
From PingTst I can ping only and only localhost and it gives this.
..
..
Resolving host 'localhost'
Host 'localhost' is 127.0.0.1
Sending 56 bytes to 127.0.0.1 (127.0.0.1) Received 56 bytes
from 127.0.0.1 in 0 msecs
..

Whats the use of this if it isn't pinging anything else?

-daniel

- Original Message -
From: Wilfried Mestdagh wilfr...@mestdagh.biz
To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 12:55 PM
Subject: Re: [twsocket] OverbyteIcsPingTst


Hello Signed,

Can you ping your local machine (127.0.0.1)?
Can you ping both with the command interpreter?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Thursday, November 19, 2009, 20:39, Signed Source(r) Project wrote:

 Hi guys,
 I have just tested -- OverbyteIcsPingTst which is
delivered with v7 and
 noticed,
 It does not ping anything!!

 Here is what I get...

::
:::
 Resolving host 'www.google.com'
 Host 'www.google.com' is 74.125.79.105
 Sending 56 bytes to 74.125.79.105 (74.125.79.105)
 Cannot ping host (74.125.79.105) : Request timed out. Status = 11010

::
:::

 It is doing the same for whatever I try.
 Any ideas?

 -daniel
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be




--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be 


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Wilfried Mestdagh
Hi Daniel,

Please email me private the compiled exe file. I have several OS here,
if you want I try it. The example should ping everything. Please zip the
exe before sending.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Friday, November 20, 2009, 15:01, Signed Source® Project wrote:

 Hi Dave,
 I am using Vista and I can ping anything from the CMD succesfully.
 I don't think there is any firewall security problem.
 I am trying to ping -- www.google.com
 Pinging google works always in any place as long as there is a network
 connection.

 I did not made any modifications to the demo and trying just as it is.
 Isn't it supposed to ping?
 or is it made to ping just the localhost?

 -daniel

 - Original Message - 
 From: Dave Baxter d...@uk-ar.co.uk
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 3:42 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Hi..

 What operating system?

 Have you given any local firewall/secruity system permission for the
 ping test program to do what it needs?

 That is, use the machines networking resources.

 Cheers.

 Dave B.


 -Original Message-
 From: Signed Source(r) Project [mailto:dan...@signedsource.com]
 Sent: 20 November 2009 11:17
 To: ICS support mailing
 Subject: Re: [twsocket] OverbyteIcsPingTst

 Hi Wilfried,
 Many thanks for the response.
 Yes, i can ping anything from the command window and they all
 are answering.
 From PingTst I can ping only and only localhost and it gives this.
 ..
 ..
 Resolving host 'localhost'
 Host 'localhost' is 127.0.0.1
 Sending 56 bytes to 127.0.0.1 (127.0.0.1) Received 56 bytes
 from 127.0.0.1 in 0 msecs
 ..
 
 Whats the use of this if it isn't pinging anything else?

 -daniel

 - Original Message -
 From: Wilfried Mestdagh wilfr...@mestdagh.biz
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 12:55 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Hello Signed,

 Can you ping your local machine (127.0.0.1)?
 Can you ping both with the command interpreter?

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz

 Thursday, November 19, 2009, 20:39, Signed Source(r) Project wrote:

  Hi guys,
  I have just tested -- OverbyteIcsPingTst which is
 delivered with v7 and
  noticed,
  It does not ping anything!!

  Here is what I get...
 
 ::
 :::
  Resolving host 'www.google.com'
  Host 'www.google.com' is 74.125.79.105
  Sending 56 bytes to 74.125.79.105 (74.125.79.105)
  Cannot ping host (74.125.79.105) : Request timed out. Status = 11010
 
 ::
 :::

  It is doing the same for whatever I try.
  Any ideas?

  -daniel
  --
  To unsubscribe or change your settings for TWSocket mailing list
  please goto
 http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be

 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto
 http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be



 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be 

 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Wilfried Mestdagh
Hello Daniel,

I tryed thencompiled exe mailed to me from Daniel in 3 machines, on NT4,
on XP-pro, and on Vista-64bit. All 3 returns more or less same result,
here copy of the result:

Resolving host 'www.overbyte.be'
Host 'www.overbyte.be' is 193.200.60.61
Sending 56 bytes to 193.200.60.61 (193.200.60.61)
Received 56 bytes from 193.200.60.61 in 20 msecs

So I hope someone else can give some idea here. Your compilation is OK,
that is for sure. But wy it does not work on your Vista machine is for
me also a question.

security, rights, firewall?  but if so wy does the Ping command works
for Daniel in command interpreter?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Friday, November 20, 2009, 15:01, Signed Source® Project wrote:

 Hi Dave,
 I am using Vista and I can ping anything from the CMD succesfully.
 I don't think there is any firewall security problem.
 I am trying to ping -- www.google.com
 Pinging google works always in any place as long as there is a network
 connection.

 I did not made any modifications to the demo and trying just as it is.
 Isn't it supposed to ping?
 or is it made to ping just the localhost?

 -daniel

 - Original Message - 
 From: Dave Baxter d...@uk-ar.co.uk
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 3:42 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Hi..

 What operating system?

 Have you given any local firewall/secruity system permission for the
 ping test program to do what it needs?

 That is, use the machines networking resources.

 Cheers.

 Dave B.


 -Original Message-
 From: Signed Source(r) Project [mailto:dan...@signedsource.com]
 Sent: 20 November 2009 11:17
 To: ICS support mailing
 Subject: Re: [twsocket] OverbyteIcsPingTst

 Hi Wilfried,
 Many thanks for the response.
 Yes, i can ping anything from the command window and they all
 are answering.
 From PingTst I can ping only and only localhost and it gives this.
 ..
 ..
 Resolving host 'localhost'
 Host 'localhost' is 127.0.0.1
 Sending 56 bytes to 127.0.0.1 (127.0.0.1) Received 56 bytes
 from 127.0.0.1 in 0 msecs
 ..
 
 Whats the use of this if it isn't pinging anything else?

 -daniel

 - Original Message -
 From: Wilfried Mestdagh wilfr...@mestdagh.biz
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 12:55 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Hello Signed,

 Can you ping your local machine (127.0.0.1)?
 Can you ping both with the command interpreter?

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz

 Thursday, November 19, 2009, 20:39, Signed Source(r) Project wrote:

  Hi guys,
  I have just tested -- OverbyteIcsPingTst which is
 delivered with v7 and
  noticed,
  It does not ping anything!!

  Here is what I get...
 
 ::
 :::
  Resolving host 'www.google.com'
  Host 'www.google.com' is 74.125.79.105
  Sending 56 bytes to 74.125.79.105 (74.125.79.105)
  Cannot ping host (74.125.79.105) : Request timed out. Status = 11010
 
 ::
 :::

  It is doing the same for whatever I try.
  Any ideas?

  -daniel
  --
  To unsubscribe or change your settings for TWSocket mailing list
  please goto
 http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be

 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto
 http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be



 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be 

 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Signed Source® Project

Hi guys,
Thanks to Wilfried for testing :)
Meanwhile,
I have tested by disabling my ESET smart security and it works well.

Now,
Why the ping test cannot ping but CMD can when the ESET smart security is 
on?

Am I missing something?

- daniel

- Original Message - 
From: Wilfried Mestdagh wilfr...@mestdagh.biz

To: ICS support mailing twsocket@elists.org
Cc: Signed Source® Project dan...@signedsource.com
Sent: Friday, November 20, 2009 9:41 PM
Subject: Re[2]: [twsocket] OverbyteIcsPingTst



Hello Daniel,

I tryed thencompiled exe mailed to me from Daniel in 3 machines, on NT4,
on XP-pro, and on Vista-64bit. All 3 returns more or less same result,
here copy of the result:

Resolving host 'www.overbyte.be'
Host 'www.overbyte.be' is 193.200.60.61
Sending 56 bytes to 193.200.60.61 (193.200.60.61)
Received 56 bytes from 193.200.60.61 in 20 msecs

So I hope someone else can give some idea here. Your compilation is OK,
that is for sure. But wy it does not work on your Vista machine is for
me also a question.

security, rights, firewall?  but if so wy does the Ping command works
for Daniel in command interpreter?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Friday, November 20, 2009, 15:01, Signed Source® Project wrote:


Hi Dave,
I am using Vista and I can ping anything from the CMD succesfully.
I don't think there is any firewall security problem.
I am trying to ping -- www.google.com
Pinging google works always in any place as long as there is a network
connection.



I did not made any modifications to the demo and trying just as it is.
Isn't it supposed to ping?
or is it made to ping just the localhost?



-daniel


- Original Message - 
From: Dave Baxter d...@uk-ar.co.uk

To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 3:42 PM
Subject: Re: [twsocket] OverbyteIcsPingTst




Hi..

What operating system?

Have you given any local firewall/secruity system permission for the
ping test program to do what it needs?

That is, use the machines networking resources.

Cheers.

Dave B.



-Original Message-
From: Signed Source(r) Project [mailto:dan...@signedsource.com]
Sent: 20 November 2009 11:17
To: ICS support mailing
Subject: Re: [twsocket] OverbyteIcsPingTst

Hi Wilfried,
Many thanks for the response.
Yes, i can ping anything from the command window and they all
are answering.
From PingTst I can ping only and only localhost and it gives this.
..
..
Resolving host 'localhost'
Host 'localhost' is 127.0.0.1
Sending 56 bytes to 127.0.0.1 (127.0.0.1) Received 56 bytes
from 127.0.0.1 in 0 msecs
..

Whats the use of this if it isn't pinging anything else?

-daniel

- Original Message -
From: Wilfried Mestdagh wilfr...@mestdagh.biz
To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 12:55 PM
Subject: Re: [twsocket] OverbyteIcsPingTst


Hello Signed,

Can you ping your local machine (127.0.0.1)?
Can you ping both with the command interpreter?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Thursday, November 19, 2009, 20:39, Signed Source(r) Project wrote:

 Hi guys,
 I have just tested -- OverbyteIcsPingTst which is
delivered with v7 and
 noticed,
 It does not ping anything!!

 Here is what I get...

::
:::
 Resolving host 'www.google.com'
 Host 'www.google.com' is 74.125.79.105
 Sending 56 bytes to 74.125.79.105 (74.125.79.105)
 Cannot ping host (74.125.79.105) : Request timed out. Status = 11010

::
:::

 It is doing the same for whatever I try.
 Any ideas?

 -daniel
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be




--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be 


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Darin McGee
The ESET firewall can be configure per application.

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of Signed Source(r) Project
Sent: Friday, November 20, 2009 3:05 PM
To: Wilfried Mestdagh; ICS support mailing
Subject: Re: [twsocket] OverbyteIcsPingTst

Hi guys,
Thanks to Wilfried for testing :)
Meanwhile,
I have tested by disabling my ESET smart security and it works well.

Now,
Why the ping test cannot ping but CMD can when the ESET smart security
is 
on?
Am I missing something?

- daniel

- Original Message - 
From: Wilfried Mestdagh wilfr...@mestdagh.biz
To: ICS support mailing twsocket@elists.org
Cc: Signed Source(r) Project dan...@signedsource.com
Sent: Friday, November 20, 2009 9:41 PM
Subject: Re[2]: [twsocket] OverbyteIcsPingTst


 Hello Daniel,

 I tryed thencompiled exe mailed to me from Daniel in 3 machines, on
NT4,
 on XP-pro, and on Vista-64bit. All 3 returns more or less same result,
 here copy of the result:

 Resolving host 'www.overbyte.be'
 Host 'www.overbyte.be' is 193.200.60.61
 Sending 56 bytes to 193.200.60.61 (193.200.60.61)
 Received 56 bytes from 193.200.60.61 in 20 msecs

 So I hope someone else can give some idea here. Your compilation is
OK,
 that is for sure. But wy it does not work on your Vista machine is for
 me also a question.

 security, rights, firewall?  but if so wy does the Ping command works
 for Daniel in command interpreter?

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz

 Friday, November 20, 2009, 15:01, Signed Source(r) Project wrote:

 Hi Dave,
 I am using Vista and I can ping anything from the CMD succesfully.
 I don't think there is any firewall security problem.
 I am trying to ping -- www.google.com
 Pinging google works always in any place as long as there is a
network
 connection.

 I did not made any modifications to the demo and trying just as it
is.
 Isn't it supposed to ping?
 or is it made to ping just the localhost?

 -daniel

 - Original Message - 
 From: Dave Baxter d...@uk-ar.co.uk
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 3:42 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Hi..

 What operating system?

 Have you given any local firewall/secruity system permission for the
 ping test program to do what it needs?

 That is, use the machines networking resources.

 Cheers.

 Dave B.


 -Original Message-
 From: Signed Source(r) Project [mailto:dan...@signedsource.com]
 Sent: 20 November 2009 11:17
 To: ICS support mailing
 Subject: Re: [twsocket] OverbyteIcsPingTst

 Hi Wilfried,
 Many thanks for the response.
 Yes, i can ping anything from the command window and they all
 are answering.
 From PingTst I can ping only and only localhost and it gives this.
 ..
 ..
 Resolving host 'localhost'
 Host 'localhost' is 127.0.0.1
 Sending 56 bytes to 127.0.0.1 (127.0.0.1) Received 56 bytes
 from 127.0.0.1 in 0 msecs
 ..
 
 Whats the use of this if it isn't pinging anything else?

 -daniel

 - Original Message -
 From: Wilfried Mestdagh wilfr...@mestdagh.biz
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 12:55 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Hello Signed,

 Can you ping your local machine (127.0.0.1)?
 Can you ping both with the command interpreter?

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz

 Thursday, November 19, 2009, 20:39, Signed Source(r) Project wrote:

  Hi guys,
  I have just tested -- OverbyteIcsPingTst which is
 delivered with v7 and
  noticed,
  It does not ping anything!!

  Here is what I get...
 
 ::
 :::
  Resolving host 'www.google.com'
  Host 'www.google.com' is 74.125.79.105
  Sending 56 bytes to 74.125.79.105 (74.125.79.105)
  Cannot ping host (74.125.79.105) : Request timed out. Status =
11010
 
 ::
 :::

  It is doing the same for whatever I try.
  Any ideas?

  -daniel
  --
  To unsubscribe or change your settings for TWSocket mailing list
  please goto
 http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be

 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto
 http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be



 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

 --
 To unsubscribe or change your

Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Wilfried Mestdagh
Hello Daniel,

I cannot answer your question direcly, but many off the security things
that are developed are only a pain in the back for a developer because
they are bad designed. They block things that should not be blocked
without giving a proper error report. Even worse: Norton and Norman
antivirus (and for sure more of them) are even giving wrong winsock
errors (very nice if you develop).

So for many years I have deleted all these shit on my develop machines.
So at least I can develop without having other software interfering. (I
still use an open sourse virus scanner to stay protected).

Second is a test phase with popular security software enabled. Then the
trouble begins, but at least then I know my software is working and it
is other bad designed software that is interfering.

I know this does not answer your question, it only tell's you that there
is a main security problem.

Did you know that when you installed some spyware/virus software that it
even is impossible to compile a Delphi program? (only 1 issue: gives
internal errors in Delphi)...

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Friday, November 20, 2009, 21:05, Signed Source® Project wrote:

 Hi guys,
 Thanks to Wilfried for testing :)
 Meanwhile,
 I have tested by disabling my ESET smart security and it works well.

 Now,
 Why the ping test cannot ping but CMD can when the ESET smart security is
 on?
 Am I missing something?

 - daniel

 - Original Message - 
 From: Wilfried Mestdagh wilfr...@mestdagh.biz
 To: ICS support mailing twsocket@elists.org
 Cc: Signed Source® Project dan...@signedsource.com
 Sent: Friday, November 20, 2009 9:41 PM
 Subject: Re[2]: [twsocket] OverbyteIcsPingTst


 Hello Daniel,

 I tryed thencompiled exe mailed to me from Daniel in 3 machines, on NT4,
 on XP-pro, and on Vista-64bit. All 3 returns more or less same result,
 here copy of the result:

 Resolving host 'www.overbyte.be'
 Host 'www.overbyte.be' is 193.200.60.61
 Sending 56 bytes to 193.200.60.61 (193.200.60.61)
 Received 56 bytes from 193.200.60.61 in 20 msecs

 So I hope someone else can give some idea here. Your compilation is OK,
 that is for sure. But wy it does not work on your Vista machine is for
 me also a question.

 security, rights, firewall?  but if so wy does the Ping command works
 for Daniel in command interpreter?

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz

 Friday, November 20, 2009, 15:01, Signed Source® Project wrote:

 Hi Dave,
 I am using Vista and I can ping anything from the CMD succesfully.
 I don't think there is any firewall security problem.
 I am trying to ping -- www.google.com
 Pinging google works always in any place as long as there is a network
 connection.

 I did not made any modifications to the demo and trying just as it is.
 Isn't it supposed to ping?
 or is it made to ping just the localhost?

 -daniel

 - Original Message - 
 From: Dave Baxter d...@uk-ar.co.uk
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 3:42 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Hi..

 What operating system?

 Have you given any local firewall/secruity system permission for the
 ping test program to do what it needs?

 That is, use the machines networking resources.

 Cheers.

 Dave B.


 -Original Message-
 From: Signed Source(r) Project [mailto:dan...@signedsource.com]
 Sent: 20 November 2009 11:17
 To: ICS support mailing
 Subject: Re: [twsocket] OverbyteIcsPingTst

 Hi Wilfried,
 Many thanks for the response.
 Yes, i can ping anything from the command window and they all
 are answering.
 From PingTst I can ping only and only localhost and it gives this.
 ..
 ..
 Resolving host 'localhost'
 Host 'localhost' is 127.0.0.1
 Sending 56 bytes to 127.0.0.1 (127.0.0.1) Received 56 bytes
 from 127.0.0.1 in 0 msecs
 ..
 
 Whats the use of this if it isn't pinging anything else?

 -daniel

 - Original Message -
 From: Wilfried Mestdagh wilfr...@mestdagh.biz
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 12:55 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Hello Signed,

 Can you ping your local machine (127.0.0.1)?
 Can you ping both with the command interpreter?

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz

 Thursday, November 19, 2009, 20:39, Signed Source(r) Project wrote:

  Hi guys,
  I have just tested -- OverbyteIcsPingTst which is
 delivered with v7 and
  noticed,
  It does not ping anything!!

  Here is what I get...
 
 ::
 :::
  Resolving host 'www.google.com'
  Host 'www.google.com

Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread RTT



Now,
Why the ping test cannot ping but CMD can when the ESET smart security 
is on?

Am I missing something?
Because it's not the ping functionality that's blocked but the 
application that executes the ping? The system ping.exe  is not being 
blocked by ESET, but your application ping test application is.

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Signed Source® Project

Yes,
I can be configured but,
Don't you think PingTest should also work if CMD does?

- daniel 

- Original Message - 
From: Darin McGee da...@basehex.com

To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 10:06 PM
Subject: Re: [twsocket] OverbyteIcsPingTst



The ESET firewall can be configure per application.

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of Signed Source(r) Project
Sent: Friday, November 20, 2009 3:05 PM
To: Wilfried Mestdagh; ICS support mailing
Subject: Re: [twsocket] OverbyteIcsPingTst

Hi guys,
Thanks to Wilfried for testing :)
Meanwhile,
I have tested by disabling my ESET smart security and it works well.

Now,
Why the ping test cannot ping but CMD can when the ESET smart security
is 
on?

Am I missing something?

- daniel

- Original Message - 
From: Wilfried Mestdagh wilfr...@mestdagh.biz

To: ICS support mailing twsocket@elists.org
Cc: Signed Source(r) Project dan...@signedsource.com
Sent: Friday, November 20, 2009 9:41 PM
Subject: Re[2]: [twsocket] OverbyteIcsPingTst



Hello Daniel,

I tryed thencompiled exe mailed to me from Daniel in 3 machines, on

NT4,

on XP-pro, and on Vista-64bit. All 3 returns more or less same result,
here copy of the result:

Resolving host 'www.overbyte.be'
Host 'www.overbyte.be' is 193.200.60.61
Sending 56 bytes to 193.200.60.61 (193.200.60.61)
Received 56 bytes from 193.200.60.61 in 20 msecs

So I hope someone else can give some idea here. Your compilation is

OK,

that is for sure. But wy it does not work on your Vista machine is for
me also a question.

security, rights, firewall?  but if so wy does the Ping command works
for Daniel in command interpreter?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Friday, November 20, 2009, 15:01, Signed Source(r) Project wrote:


Hi Dave,
I am using Vista and I can ping anything from the CMD succesfully.
I don't think there is any firewall security problem.
I am trying to ping -- www.google.com
Pinging google works always in any place as long as there is a

network

connection.



I did not made any modifications to the demo and trying just as it

is.

Isn't it supposed to ping?
or is it made to ping just the localhost?



-daniel


- Original Message - 
From: Dave Baxter d...@uk-ar.co.uk

To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 3:42 PM
Subject: Re: [twsocket] OverbyteIcsPingTst




Hi..

What operating system?

Have you given any local firewall/secruity system permission for the
ping test program to do what it needs?

That is, use the machines networking resources.

Cheers.

Dave B.



-Original Message-
From: Signed Source(r) Project [mailto:dan...@signedsource.com]
Sent: 20 November 2009 11:17
To: ICS support mailing
Subject: Re: [twsocket] OverbyteIcsPingTst

Hi Wilfried,
Many thanks for the response.
Yes, i can ping anything from the command window and they all
are answering.
From PingTst I can ping only and only localhost and it gives this.
..
..
Resolving host 'localhost'
Host 'localhost' is 127.0.0.1
Sending 56 bytes to 127.0.0.1 (127.0.0.1) Received 56 bytes
from 127.0.0.1 in 0 msecs
..

Whats the use of this if it isn't pinging anything else?

-daniel

- Original Message -
From: Wilfried Mestdagh wilfr...@mestdagh.biz
To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 12:55 PM
Subject: Re: [twsocket] OverbyteIcsPingTst


Hello Signed,

Can you ping your local machine (127.0.0.1)?
Can you ping both with the command interpreter?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Thursday, November 19, 2009, 20:39, Signed Source(r) Project wrote:

 Hi guys,
 I have just tested -- OverbyteIcsPingTst which is
delivered with v7 and
 noticed,
 It does not ping anything!!

 Here is what I get...

::
:::
 Resolving host 'www.google.com'
 Host 'www.google.com' is 74.125.79.105
 Sending 56 bytes to 74.125.79.105 (74.125.79.105)
 Cannot ping host (74.125.79.105) : Request timed out. Status =

11010


::
:::

 It is doing the same for whatever I try.
 Any ideas?

 -daniel
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Signed Source® Project

Hi Wilfried,
Thanks again :)
You have some good points but,
I am afraid we have to live with the rules of security because there are no 
computers without security anymore.

The ping will be used in the machines with the security software.

-daniel

- Original Message - 
From: Wilfried Mestdagh wilfr...@mestdagh.biz

To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 10:13 PM
Subject: Re: [twsocket] OverbyteIcsPingTst


Hello Daniel,

I cannot answer your question direcly, but many off the security things
that are developed are only a pain in the back for a developer because
they are bad designed. They block things that should not be blocked
without giving a proper error report. Even worse: Norton and Norman
antivirus (and for sure more of them) are even giving wrong winsock
errors (very nice if you develop).

So for many years I have deleted all these shit on my develop machines.
So at least I can develop without having other software interfering. (I
still use an open sourse virus scanner to stay protected).

Second is a test phase with popular security software enabled. Then the
trouble begins, but at least then I know my software is working and it
is other bad designed software that is interfering.

I know this does not answer your question, it only tell's you that there
is a main security problem.

Did you know that when you installed some spyware/virus software that it
even is impossible to compile a Delphi program? (only 1 issue: gives
internal errors in Delphi)...

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Friday, November 20, 2009, 21:05, Signed Source® Project wrote:


Hi guys,
Thanks to Wilfried for testing :)
Meanwhile,
I have tested by disabling my ESET smart security and it works well.



Now,
Why the ping test cannot ping but CMD can when the ESET smart security is
on?
Am I missing something?



- daniel


- Original Message - 
From: Wilfried Mestdagh wilfr...@mestdagh.biz

To: ICS support mailing twsocket@elists.org
Cc: Signed Source® Project dan...@signedsource.com
Sent: Friday, November 20, 2009 9:41 PM
Subject: Re[2]: [twsocket] OverbyteIcsPingTst




Hello Daniel,

I tryed thencompiled exe mailed to me from Daniel in 3 machines, on NT4,
on XP-pro, and on Vista-64bit. All 3 returns more or less same result,
here copy of the result:

Resolving host 'www.overbyte.be'
Host 'www.overbyte.be' is 193.200.60.61
Sending 56 bytes to 193.200.60.61 (193.200.60.61)
Received 56 bytes from 193.200.60.61 in 20 msecs

So I hope someone else can give some idea here. Your compilation is OK,
that is for sure. But wy it does not work on your Vista machine is for
me also a question.

security, rights, firewall?  but if so wy does the Ping command works
for Daniel in command interpreter?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Friday, November 20, 2009, 15:01, Signed Source® Project wrote:


Hi Dave,
I am using Vista and I can ping anything from the CMD succesfully.
I don't think there is any firewall security problem.
I am trying to ping -- www.google.com
Pinging google works always in any place as long as there is a network
connection.



I did not made any modifications to the demo and trying just as it is.
Isn't it supposed to ping?
or is it made to ping just the localhost?



-daniel


- Original Message - 
From: Dave Baxter d...@uk-ar.co.uk

To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 3:42 PM
Subject: Re: [twsocket] OverbyteIcsPingTst




Hi..

What operating system?

Have you given any local firewall/secruity system permission for the
ping test program to do what it needs?

That is, use the machines networking resources.

Cheers.

Dave B.



-Original Message-
From: Signed Source(r) Project [mailto:dan...@signedsource.com]
Sent: 20 November 2009 11:17
To: ICS support mailing
Subject: Re: [twsocket] OverbyteIcsPingTst

Hi Wilfried,
Many thanks for the response.
Yes, i can ping anything from the command window and they all
are answering.
From PingTst I can ping only and only localhost and it gives this.
..
..
Resolving host 'localhost'
Host 'localhost' is 127.0.0.1
Sending 56 bytes to 127.0.0.1 (127.0.0.1) Received 56 bytes
from 127.0.0.1 in 0 msecs
..

Whats the use of this if it isn't pinging anything else?

-daniel

- Original Message -
From: Wilfried Mestdagh wilfr...@mestdagh.biz
To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 12:55 PM
Subject: Re: [twsocket] OverbyteIcsPingTst


Hello Signed,

Can you ping your local machine (127.0.0.1)?
Can you ping both with the command interpreter?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Thursday

Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Darin McGee
No because the ESET can be configured to allow ping.exe to work and not
allow your ping program to work. (Work means to send traffic out of your
machine)

You will have to configure ESET to allow your program to send out to the
network (Internet) or however you have defined the network within ESET.
ESET can be configured to separate your local network from the internet
so you have very fine control on what you will allow from whatever
program.

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of Signed Source(r) Project
Sent: Friday, November 20, 2009 3:40 PM
To: ICS support mailing
Subject: Re: [twsocket] OverbyteIcsPingTst

Yes,
I can be configured but,
Don't you think PingTest should also work if CMD does?

- daniel 

- Original Message - 
From: Darin McGee da...@basehex.com
To: ICS support mailing twsocket@elists.org
Sent: Friday, November 20, 2009 10:06 PM
Subject: Re: [twsocket] OverbyteIcsPingTst


 The ESET firewall can be configure per application.
 
 -Original Message-
 From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
 On Behalf Of Signed Source(r) Project
 Sent: Friday, November 20, 2009 3:05 PM
 To: Wilfried Mestdagh; ICS support mailing
 Subject: Re: [twsocket] OverbyteIcsPingTst
 
 Hi guys,
 Thanks to Wilfried for testing :)
 Meanwhile,
 I have tested by disabling my ESET smart security and it works well.
 
 Now,
 Why the ping test cannot ping but CMD can when the ESET smart security
 is 
 on?
 Am I missing something?
 
 - daniel
 
 - Original Message - 
 From: Wilfried Mestdagh wilfr...@mestdagh.biz
 To: ICS support mailing twsocket@elists.org
 Cc: Signed Source(r) Project dan...@signedsource.com
 Sent: Friday, November 20, 2009 9:41 PM
 Subject: Re[2]: [twsocket] OverbyteIcsPingTst
 
 
 Hello Daniel,

 I tryed thencompiled exe mailed to me from Daniel in 3 machines, on
 NT4,
 on XP-pro, and on Vista-64bit. All 3 returns more or less same
result,
 here copy of the result:

 Resolving host 'www.overbyte.be'
 Host 'www.overbyte.be' is 193.200.60.61
 Sending 56 bytes to 193.200.60.61 (193.200.60.61)
 Received 56 bytes from 193.200.60.61 in 20 msecs

 So I hope someone else can give some idea here. Your compilation is
 OK,
 that is for sure. But wy it does not work on your Vista machine is
for
 me also a question.

 security, rights, firewall?  but if so wy does the Ping command works
 for Daniel in command interpreter?

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz

 Friday, November 20, 2009, 15:01, Signed Source(r) Project wrote:

 Hi Dave,
 I am using Vista and I can ping anything from the CMD succesfully.
 I don't think there is any firewall security problem.
 I am trying to ping -- www.google.com
 Pinging google works always in any place as long as there is a
 network
 connection.

 I did not made any modifications to the demo and trying just as it
 is.
 Isn't it supposed to ping?
 or is it made to ping just the localhost?

 -daniel

 - Original Message - 
 From: Dave Baxter d...@uk-ar.co.uk
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 3:42 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Hi..

 What operating system?

 Have you given any local firewall/secruity system permission for
the
 ping test program to do what it needs?

 That is, use the machines networking resources.

 Cheers.

 Dave B.


 -Original Message-
 From: Signed Source(r) Project [mailto:dan...@signedsource.com]
 Sent: 20 November 2009 11:17
 To: ICS support mailing
 Subject: Re: [twsocket] OverbyteIcsPingTst

 Hi Wilfried,
 Many thanks for the response.
 Yes, i can ping anything from the command window and they all
 are answering.
 From PingTst I can ping only and only localhost and it gives
this.
 ..
 ..
 Resolving host 'localhost'
 Host 'localhost' is 127.0.0.1
 Sending 56 bytes to 127.0.0.1 (127.0.0.1) Received 56 bytes
 from 127.0.0.1 in 0 msecs
 ..
 
 Whats the use of this if it isn't pinging anything else?

 -daniel

 - Original Message -
 From: Wilfried Mestdagh wilfr...@mestdagh.biz
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, November 20, 2009 12:55 PM
 Subject: Re: [twsocket] OverbyteIcsPingTst


 Hello Signed,

 Can you ping your local machine (127.0.0.1)?
 Can you ping both with the command interpreter?

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz

 Thursday, November 19, 2009, 20:39, Signed Source(r) Project
wrote:

  Hi guys,
  I have just tested -- OverbyteIcsPingTst which is
 delivered with v7 and
  noticed,
  It does not ping anything!!

  Here is what I get

Re: [twsocket] OverbyteIcsPingTst

2009-11-20 Thread Arno Garrels
Signed Source® Project wrote:

 I am afraid we have to live with the rules of security because there
 are no computers without security anymore.
 The ping will be used in the machines with the security software.

IMO a developer box should be as clean as possible, personal 
firewalls or any kind of security suite or AV scanners are
known to make all kind of trouble (sometimes) they might be buggy
or just not setup properly. 
It's important to understand that your security software is the 
cause of the problem in this case not ICS.

--
Arno Garrels


 

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be