| Last change
 on this file was             23, checked in by chronos, 13 years ago | 
        
          | Přidáno: Rozpracovaná třídy pro komunikaci s přístupovým terminálem BF-630. Přiložen popis protokolu.
 | 
        
          | File size:
            337 bytes | 
      
      
| Line |  | 
|---|
| 1 | program BitStreamTest; | 
|---|
| 2 |  | 
|---|
| 3 | {$mode objfpc}{$H+} | 
|---|
| 4 |  | 
|---|
| 5 | uses | 
|---|
| 6 | {$IFDEF UNIX}{$IFDEF UseCThreads} | 
|---|
| 7 | cthreads, | 
|---|
| 8 | {$ENDIF}{$ENDIF} | 
|---|
| 9 | Interfaces, // this includes the LCL widgetset | 
|---|
| 10 | Forms, UMainForm, CoolStreaming; | 
|---|
| 11 |  | 
|---|
| 12 | {$R *.res} | 
|---|
| 13 |  | 
|---|
| 14 | begin | 
|---|
| 15 | Application.Initialize; | 
|---|
| 16 | Application.CreateForm(TMainForm, MainForm); | 
|---|
| 17 | Application.Run; | 
|---|
| 18 | end. | 
|---|
| 19 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.