Hello everybody, I hava a really stupid problem. I would like to send a udp broadcast to my network and receive the response form many devices. If i do this with the demo UdpSend ( Example from ICS ) it is working for devices with an Ip in my subnet and out of my subnet ( e.g. PC = 192.168.120.44 and device 192.168.120.70 is responding and device 10.20.121.22 also ), the Wsocket always trigges the event WSocketDataAvailable ( I included this event in the demo ). So the demo is workin correctly.
The crazy thing is that when I open a new project and copy the code, it is only working for devices with an IP within my subnet. I can see that I receive data from devices out of my subnet but the event WSocketDataAvailable is not triggerd. Can someone tell me what I do wrong? Do I have to open a special project? I can not find a difference between the demo and my own project with the copied code. ( I'm working with Delphi 2005 ) Thanks for any response. Steffen Walter -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be