Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- program bcc;
- uses
- Forms,
- Splash_unit in 'Splash_unit.pas';
- {$R *.res}
- begin
- Application.CreateForm(TSplash, Splash);
- Application.Run;
- end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement