-3

I'm working in Windows-10 pro 64-bit.

When I run my Delphi project the smadav(2019) rev 13.2 antivirus is playing and shows the message a virus (malwez.767), has been found.
How can I fix this case?

Dominique
  • 16,450
  • 15
  • 56
  • 112
Ali-S-M
  • 13
  • 4
  • Does this answer your question? [Fatal Error: Cannot create output file "project1.exe"](https://stackoverflow.com/questions/11851318/fatal-error-cannot-create-output-file-project1-exe) – Ken White Dec 01 '19 at 21:01

1 Answers1

2

There are two possibilities:

  • Either your Delphi project is a virus.
  • Either your Delphi project is not a virus.

I imagine you're dealing with the second case. Then it might be a good idea to contact the virusscanner company, and ask them why this problem occurs.

Also, some virusscanners have the possibility to exclude some directories/files from the scanning. Like this, you might try to avoid your Delphi process being scanned at all.

Dominique
  • 16,450
  • 15
  • 56
  • 112