555555555,碰到这样的问题让工作不能继续。
我的工程文件是这样的:
library Project2;
uses
  SysUtils,
  Classes,
  Unit1 in 'Unit1.pas',
  Unit2 in 'Unit2.pas' {Form2};{$R *.res}
 exports
  test,test2;
begin
end.
========================================================
单元代码为:
unit Unit1;interface
   procedure test;stdcall;
   procedure test2;stdcall;
implementation
   procedure test;stdcall;
   begin
   end;
   procedure test2;stdcall;
   begin
   end;end.
====================================================
编译的时候出错说:
cannot debug project unless a host application is defined.use the run/parameters...dialog box.
=========================================================为什么会这样呢?希望大虾们给指点指点迷经,小妹不胜感激。********别急,先喝杯茶歇一歇再说。***********