Make ZoneAlarm stop pausing my C programs when I run them
Posted
by
rMaero
on Super User
See other posts from Super User
or by rMaero
Published on 2012-09-04T02:57:55Z
Indexed on
2012/09/04
3:40 UTC
Read the original article
Hit count: 391
I'm using Dev-C++ to develop some console apps to study. When my program tries to run
system("PAUSE");
ZA stops it and asks me to allow or deny it. I check the "always" box but it seems that every time I compile it, it generates a new exe file so every time I run it ZA pops up.
Of course the simplest solution is to disable it or deal with it :-P but I'm not eager for any of both. Any suggestions? thanks in advance!
© Super User or respective owner