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都不行。 展开
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都不行。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询