丛
丛艳全
Unregistered / Unconfirmed
GUEST, unregistred user!
cannot debug project unless a host application is defined .use the Run|paramters...dialog box.
这是一个问题
还有一个是:Format '%1' invalid or incompatible with argument
我的程序是:
library Project1;
uses
SysUtils,
Classes,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {Form2};
{$R *.res}
function diaoyong(Sender: TObject):Integer;
begin
form1.Show;
end;
begin
end.
请问这是哪的错!
这是我第一次做DLL啊
请多帮帮忙!!!
这是一个问题
还有一个是:Format '%1' invalid or incompatible with argument
我的程序是:
library Project1;
uses
SysUtils,
Classes,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {Form2};
{$R *.res}
function diaoyong(Sender: TObject):Integer;
begin
form1.Show;
end;
begin
end.
请问这是哪的错!
这是我第一次做DLL啊
请多帮帮忙!!!