Make ZoneAlarm stop pausing my C programs when I run them
- by rMaero
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!