home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
STR_BIT.ZIP
/
32
/
test32
/
Project1.dpr
next >
Wrap
Text File
|
1999-11-14
|
220b
|
15 lines
program Project1;
uses
Forms,
test in 'test.pas' {Form1},
strbit32 in '..\strbit32.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.