Note that there are some explanatory texts on larger screens.

plurals
  1. POAnyone having problems with Delphi-2010 and Norton Internet Security 2010?
    primarykey
    data
    text
    <p>I just spend the good part of the afternoon trying to find out why some projects, when compiled and run from within the Delphi-2010 IDE produced a 'Security Risk - A program is behaving suspiciously on your computer' warning every time I compiled it.</p> <p>In the end it turned out to be the following: - if version information is turned on 'Include version info in your project' - and you are including one of the Developer Express units (f.i. cxControls) than Norton Internet Security's sonor technology is flagging the program as suspicious (which, on my pc, results in a 45 seconds wait and prompt). Running the program from outside the IDE, works fine.</p> <p>I will flag this to support of Developer Express too, of course, but I thought about explaining this problem on this community site also.</p> <p>I would obliged if anyone, having the same configuration, could verify this to be true of course, since I have only my own pc to test this on (my laptop still runs Norton Internet Security 2009).</p> <p>Delphi 7 does not have the same problem (or I would have found this out much, much sooner).</p> <p>I used the following code of the main form as test:</p> <pre><code> unit frm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ActnList, cxControls ; type TForm1 = class(TForm) private { Private declarations } public { Public declarations } end; var Form1: TForm1; implementation {$R *.dfm} end. </code></pre> <p>As far as I know, I did not change any settings of Norton Internet Security 2010 after installation.</p> <p>I installed the latest updates of Delphi-2010.</p> <p>Dev.Express suite v 47 is installed.</p> <p>UPDATE: The problem is not restricted to the use of the DevExpress units. I have the same problem when compiling the EC_Edit project in the Main folder of the demos of the SyntEdit component. As far as I can determine (after trying and pinpointing for 4 days!) is that it has something to do with the classes unit (or one of the units used by classes) of the Delphi 2010 version.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload