PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19] UDP blocked by firewall
[WD19] UDP blocked by firewall
Iniciado por guest, 10,jun. 2016 16:49 - 2 respuestas
Publicado el 10,junio 2016 - 16:49
Hi,

I'm using UDP communication within my app. Listening on port does work, if I create the app and free the relevant ports for that app in the Windows Firewall.

But while in development, testing the app within Windev, the port is blocked, so that I cannot test it with the Debugger.

I'm sure that Windows Firewall is the reason, because if I switch off it, the problem is gone.

Anybody any idea, where I do need to give something free?

Thanks

Erik
Publicado el 10,junio 2016 - 17:45
Hi Erik

if I remember correctly, in test mode, it's WDTest.exe who is in charge. Theefore, you should give that exe all the corr t permissions in the firewall

Best regards
Publicado el 10,junio 2016 - 19:09
Hi Fabrice,

you lead on the right way.
Actually it's wdtst.exe in one of the subdirectories.

Thanks a lot and a nice Weekend.

Erik