procedure TForm1.FormCreate(Sender: TObject);begin Graph:=TBitmap.Create; // On crée une variable de type TBitmap Graph.LoadFromFile('dessin.bmp'); ... Read More
posted @ 2014-03-04 21:16 findumars Views(612) Comments(0) Diggs(0)
// DLL源代码 circle.dproj library circle; uses SysUtils, Classes, Math; {$R *.res} function CircleArea(const radius : double) : double; stdcall;begin res Read More
posted @ 2014-03-04 07:07 findumars Views(1275) Comments(0) Diggs(0)