任何有Delphi-2010和Norton Internet Security 2010问题的人? [英] Anyone having problems with Delphi-2010 and Norton Internet Security 2010?

查看:197
本文介绍了任何有Delphi-2010和Norton Internet Security 2010问题的人?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚花了很多时间,试图找出为什么有些项目在Delphi-2010 IDE中编译和运行时会产生一个安全风险 - 一个程序在您的计算机上可疑的警告警告,每次我编译它。



最终证明是以下内容:
- 如果版本信息打开在项目中包含版本信息
- 您正在包括一个Developer Express单元(fi cxControls),而不是Norton Internet Security的sonor技术将该程序标记为可疑(在我的电脑上,导致45秒的等待和提示)。从IDE外部运行程序,工作正常。



当然,我也会将此标志为支持Developer Express,但是我想到在这个社区解释这个问题网站也可以。



如果任何人拥有相同的配置,当然可以验证这是真的,因为我只有自己的电脑来测试这个我的笔记本电脑仍然运行Norton Internet Security 2009)。



Delphi 7没有同样的问题(或者我会很快发现这一点,早一点)。 >

我使用主窗体的以下代码作为测试:

  unit frm ; 

接口

使用
Windows,消息,SysUtils,变体,类,图形,控件,表单,
对话框,
ActnList, cxControls;

type
TForm1 = class(TForm)
private
{私有声明}
public
{公开声明}
end ;

var
Form1:TForm1;

执行

{$ R * .dfm}
结束。

据我所知,安装后我没有更改任何Norton Internet Security 2010的设置。 / p>

我安装了Delphi-2010的最新更新。



安装了Dev.Express suite v 47。 p>

更新:问题不限于使用DevExpress单位。在SyntEdit组件的演示文稿主文件中编译EC_Edit项目时,我遇到同样的问题。就我可以确定(在尝试和精确定位4天!)之后,它与Delphi 2010版本的课程单元(或类别使用的单元之一)有关。

解决方案

查看以下页面,我在Norton社区页面找到:



http://community.norton.com/norton/board/消息?board.id =公告& thread.id = 18



似乎(我希望)诺顿不止一次地这样做。我找到以下链接,我找到以下内容:





我不知道这个信息将持续多长时间,但是我以为我会在同一时间回答自己的问题。我只是希望赛门铁克可以解决这个问题,因为目前我无法安全地使用Delhpi 2010来创建程序,因为我永远不会知道该可执行文件是否可以在我的用户电脑上安全运行。


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.

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.

I will flag this to support of Developer Express too, of course, but I thought about explaining this problem on this community site also.

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).

Delphi 7 does not have the same problem (or I would have found this out much, much sooner).

I used the following code of the main form as test:

  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.

As far as I know, I did not change any settings of Norton Internet Security 2010 after installation.

I installed the latest updates of Delphi-2010.

Dev.Express suite v 47 is installed.

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.

解决方案

Look at the following page I found at the Norton community page:

http://community.norton.com/norton/board/message?board.id=Announcements&thread.id=18

It seems (I hope) that Norton is doing it more than once. I have found the above link where I find the following:

I don't know how long this info will remain there, but I'd thought I'd answer my own question in the mean time. I'm just hoping that Symantec can fix this, because at the moment I can't use Delhpi 2010 safely to create programs because I will never know if that executable will run safely on my users computers.

这篇关于任何有Delphi-2010和Norton Internet Security 2010问题的人?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆