C++ Visual Studio succesful compiling but exe not found in debug -


my project compiles , run in release.

but when set debug, compiles, not run. .exe disappears when try run , throws me error " xxx.exe not found"

the weirdest thing when remove specific function/method calls on code, runs.

i've found issue, antivirus (avast), deleting .exe without noticing me.

(i'am answering own question maybe can other people)


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -