home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-10 | 572 b | 26 lines | [TEXT/PJMM] |
- {****************************************************}
- {}
- { Showwit.p }
- {}
- { Main file for the Showwit! application. }
- {}
- {****************************************************}
-
-
- program Showwit;
-
- { Turn off automatic initialization }
- {$I-}
-
- uses
- TCL, ShIntf;
-
- begin { Showwit }
- (* if your program needs extra stack space, call *)
- (* SetMinimumStack here *)
-
- new(CShApp(gApplication));
- CShApp(gApplication).IShApp;
- gApplication.Run;
- gApplication.ExitApp;
- end. { Showwit }