The MASM Forum

General => The Campus => Topic started by: xandaz on November 05, 2020, 07:55:59 PM

Title: Why does the Antivirus Complaint about my projects and not with MASM32 examples?
Post by: xandaz on November 05, 2020, 07:55:59 PM
    I'm having trouble with this. everytime i build an app, upon executing it the AV scans the file. When i open and execute a Masm32 example i doesnt do anything. Why is that? can anyone help?
Title: Re: Why does the Antivirus Complaint about my projects and not with MASM32 examples?
Post by: Vortex on November 05, 2020, 08:09:02 PM
Hi xandaz,

They are probably false positives. You could configure your AV to exclude your projects folder.

Don't forget to check this subforum :

http://masm32.com/board/index.php?board=23.0
Title: Re: Why does the Antivirus Complaint about my projects and not with MASM32 examples?
Post by: hutch-- on November 05, 2020, 08:38:20 PM
Try a couple of things, create a manifest if you are not already using one AND set a version control block in the RC script.
Title: Re: Why does the Antivirus Complaint about my projects and not with MASM32 examples?
Post by: jj2007 on November 05, 2020, 08:52:12 PM
If it's for your private use, configure your AV to exclude your projects folder, as Erol suggested. There is no point in trying to please the sh*tty AV software unless you want to sell your software.

The last 5 years or so I haven't used an AV on my dev machine, no problems so far. Every now and then I have to give the admin password, and in these moments I have to reflect what I am doing, but otherwise Win7 protects itself sufficiently.