Y
yangjj
Unregistered / Unconfirmed
GUEST, unregistred user!
代码如下:
procedure TForm1.Label1Click(Sender: TObject);
begin
Shellexecute(handle,nil,pchar('mailto:guihong@163.net'),nil,nil,sw_shownormal);
end;
提示信息如下:
[Error] about.pas(71): Undeclared identifier: 'ShellExecute'
[Fatal Error] jhgl.dpr(17): Could not compile used unit 'about.pas'
procedure TForm1.Label1Click(Sender: TObject);
begin
Shellexecute(handle,nil,pchar('mailto:guihong@163.net'),nil,nil,sw_shownormal);
end;
提示信息如下:
[Error] about.pas(71): Undeclared identifier: 'ShellExecute'
[Fatal Error] jhgl.dpr(17): Could not compile used unit 'about.pas'