TCPing open port Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
miclus
Can't get richer than this
Can't get richer than this
Posts: 747
Joined: Tue Mar 31, 2009 2:11 am

TCPing open port

Post by miclus »

Hi. I'm using this program called TCPing. I'm trying to use it to ping an open port. For instance, if I select 80, it will say port is open, but just return 0 pings. But, sometimes if I establish a connection with a web site on port 80 in my program, the ping comes through like normal. I'm not sure what I have to do to make it ping me. How do I tell wxWidgets to open a tcp port so this program can ping me?
protocol
Moderator
Moderator
Posts: 680
Joined: Wed Jan 18, 2006 6:13 pm
Location: Dallas, TX
Contact:

Post by protocol »

http://docs.wxwidgets.org/stable/wx_wxs ... cketserver

You also can search within the forum.
/* UIKit && wxWidgets 2.8 && Cocoa && .Net */
QuRegExmm
wxPCRE & ObjPCRE - Regex It!
Post Reply