CInternetSession and ZoneAlarm don't like each other...
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone, Not sure if it's a right place for my question, although it's about C++; Does anyone experienced any troubles with running code that uses CInternetSession on a computer with ZoneAlarm installed? I can't even run examples like Tear and FteTree from VC! :mad: It simply gives timeout. Looks like ZoneAlarm blocks inet access for those apps without even asking permission. :sigh: All other apps (commercial or freeware) work as intended. When they try to connect, ZoneAlarm asks if I want to block access or not. But when I build code with CInternetSession in it, including examples from some articles here, on CodeProject, it blocks access without asking. :( Is there a solution known for that problem?