program textproject; uses Forms, text in 'text.pas' {TextExtForm}, PDFPARSERLib_TLB in 'd:\bin\lib\PDFPARSERLib_TLB.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TTextExtForm, TextExtForm); Application.Run; end.