initial commit
[rofl0r-KOL.git] / units / socket / socket_telnet_demo / KOLTelnet.dpr
blob48bef9483573d56fb3e83b985c28a15bda11f378
1 { KOL MCK } // Do not remove this line!\r
2 program KOLTelnet;\r
3 \r
4 uses\r
5 KOL,\r
6   KOLSocket,\r
7   KOLForm in 'KOLForm.pas' {Form1},\r
8   Params in 'Params.pas' {Form2};\r
9 \r
10 //{$R *.res}\r
12 begin // PROGRAM START HERE -- Please do not remove this comment\r
14 {$IFDEF KOL_MCK} {$I KOLTelnet_0.inc} {$ELSE}\r
16   Application.Initialize;\r
17   Application.CreateForm(TForm1, Form1);\r
18   Application.CreateForm(TForm2, Form2);\r
19   Application.Run;\r
21 {$ENDIF}\r
23 end.\r