错误:
应用程序正常初始化(0xc000007b)失败
type
  TForm1 = class(TForm)
    Button1: TButton;
    Label1: TLabel;
    Label2: TLabel;    procedure Button1Click(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;var
  Form1: TForm1;
  function SmallToBig(Small:real):string;stdcall; external 'Project1.dll' Name'SmallToBig' ;
implementation