delphi7为什么不认识TJpegImage了呢?

varmyjpeg:TJpegImage;这么写没错吧?还是要在user中加点什么吗?为什么delphi7中报错为[Error]Unit.pas[28]:Undeclar... var
myjpeg:TJpegImage;
这么写没错吧?还是要在user中加点什么吗?为什么delphi7中报错为

[Error] Unit.pas[28]:Undeclared identfier:'Tjpegimage

为什么呢?我差在哪呢?

unit内容如下,一运行就报错:

unit Unit1;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;

type
TForm1 = class(TForm)
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;

var
Form1: TForm1;

implementation

{$R *.dfm}

procedure TForm1.Button1Click(Sender: TObject);
var
myjpg:Tjpegimage;
begin

end;

end.
楼下的兄弟,我试过。无论是在user中加jpeg还是tjpeg还是jpg都不行。
展开
 我来答
双雨旋rj
2008-09-18
知道答主
回答量:11
采纳率:0%
帮助的人:0
展开全部
在你的
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls,jpeg;

上面加上jpeg
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式