сделал 2 unit-ы
второй начал с uses Unit2;
но delphi выдал
[Error] Unit1.pas(103): '.' expected but end of file found
[Error] Unit1.pas(56): Unsatisfied forward or external declaration: 'TForm1.N2Click'
[Error] Unit1.pas(57): Unsatisfied forward or external declaration: 'TForm1.N3Click'
[Error] Unit1.pas(58): Unsatisfied forward or external declaration: 'TForm1.N6Click'
[Error] Unit1.pas(59): Unsatisfied forward or external declaration: 'TForm1.N8Click'
[Error] Unit1.pas(60): Unsatisfied forward or external declaration: 'TForm1.N10Click'
[Error] Unit1.pas(61): Unsatisfied forward or external declaration: 'TForm1.N11Click'
[Error] Unit1.pas(62): Unsatisfied forward or external declaration: 'TForm1.N12Click'
[Error] Unit1.pas(63): Unsatisfied forward or external declaration: 'TForm1.N13Click'
[Error] Unit1.pas(64): Unsatisfied forward or external declaration: 'TForm1.N14Click'
[Error] Unit1.pas(65): Unsatisfied forward or external declaration: 'TForm1.N15Click'
[Error] Unit1.pas(66): Unsatisfied forward or external declaration: 'TForm1.N16Click'
[Error] Unit1.pas(67): Unsatisfied forward or external declaration: 'TForm1.N17Click'
[Error] Unit1.pas(68): Unsatisfied forward or external declaration: 'TForm1.N19Click'
[Error] Unit1.pas(69): Unsatisfied forward or external declaration: 'TForm1.N20Click'
[Error] Unit1.pas(70): Unsatisfied forward or external declaration: 'TForm1.N21Click'
[Error] Unit1.pas(71): Unsatisfied forward or external declaration: 'TForm1.N22Click'
[Error] Unit1.pas(72): Unsatisfied forward or external declaration: 'TForm1.N23Click'
[Error] Unit1.pas(73): Unsatisfied forward or external declaration: 'TForm1.FormCreate'
[Error] Unit1.pas(74): Unsatisfied forward or external declaration: 'TForm1.FormActivate'
[Error] Unit1.pas(75): Unsatisfied forward or external declaration: 'TForm1.BitBtn1Click'
[Error] Unit1.pas(76): Unsatisfied forward or external declaration: 'TForm1.BitBtn2Click'
[Error] Unit1.pas(77): Unsatisfied forward or external declaration: 'TForm1.BitBtn3Click'
[Error] Unit1.pas(78): Unsatisfied forward or external declaration: 'TForm1.BitBtn4Click'
[Error] Unit1.pas(79): Unsatisfied forward or external declaration: 'TForm1.BitBtn5Click'
[Error] Unit1.pas(80): Unsatisfied forward or external declaration: 'TForm1.BitBtn6Click'
[Error] Unit1.pas(81): Unsatisfied forward or external declaration: 'TForm1.BitBtn7Click'
[Error] Unit1.pas(82): Unsatisfied forward or external declaration: 'TForm1.BitBtn8Click'
[Error] Unit1.pas(83): Unsatisfied forward or external declaration: 'TForm1.BitBtn9Click'
[Error] Unit1.pas(84): Unsatisfied forward or external declaration: 'TForm1.BitBtn10Click'
[Error] Unit1.pas(85): Unsatisfied forward or external declaration: 'TForm1.BitBtn11Click'
[Error] Unit1.pas(86): Unsatisfied forward or external declaration: 'TForm1.Edit1KeyPress'
[Error] Unit1.pas(87): Unsatisfied forward or external declaration: 'TForm1.StringGrid1KeyPress'
[Fatal Error] Project1.dpr(6): Could not compile used unit 'Unit1.pas'
|