83 lines
2.9 KiB
Plaintext
83 lines
2.9 KiB
Plaintext
DEMO.PRJ ! This file
|
|||
|
|
READ.ME ! About the \sibosdk\demo directory
|
||
|
|
BLDALL.BAT ! Build everything in this directory
|
||
|
|
!
|
||
|
|
! ==========================
|
||
|
|
! General Programming Manual
|
||
|
|
!
|
||
|
|
! Building An Application
|
||
|
|
HELLO.C ! A first example application (using CLIB)
|
||
|
|
HELLO.PR ! Jpi project file for the above
|
||
|
|
P_HELLO.C ! A PLIB version of Hello World
|
||
|
|
P_HELLO.PR ! Jpi project file for the above
|
||
|
|
!
|
||
|
|
! Housekeeping batch files and re-using project files
|
||
|
|
UNNAMED.PR ! General (single source file) project file for Plib
|
||
|
|
CC.BAT ! For Brief-style test compiles
|
||
|
|
MAKE.BAT ! Intelligent make batch file
|
||
|
|
VID.BAT ! Sets/senses JPIVID environment variable
|
||
|
|
CHECKVID.BAT ! Used in above batch files
|
||
|
|
!
|
||
|
|
! Fundamental Programming Guidelines
|
||
|
|
EVENTS.C ! First version of Events
|
||
|
|
SUBPROC.H ! Header file for SUBPROC
|
||
|
|
SUBPROC.C ! Program launched as a subprocess
|
||
|
|
EVENTS2.C ! Second version of Events
|
||
|
|
EVENTS3.C ! Third version of Events
|
||
|
|
EVENTS4.C ! Fourth version of Events
|
||
|
|
!
|
||
|
|
! ====================
|
||
|
|
! HC Programming Guide
|
||
|
|
!
|
||
|
|
! Writing Software for the HC: Example programs
|
||
|
|
W_HELLO.C ! A graphics version of Hello World
|
||
|
|
GAUGE.C ! Graphics and timers illustrated
|
||
|
|
LINED.C ! Line editor code and test code
|
||
|
|
LINED.H ! Line editor header file
|
||
|
|
!
|
||
|
|
! ==========================
|
||
|
|
! Series 3/3a Programming Guide
|
||
|
|
!
|
||
|
|
! Enhanced Sound Output
|
||
|
|
SOUND.C ! Using the SND: device driver on the Series 3a
|
||
|
|
!
|
||
|
|
! =============================
|
||
|
|
! Additional System Information
|
||
|
|
!
|
||
|
|
! Resource Files
|
||
|
|
READRSC.C ! Reading the contents of a resource file
|
||
|
|
!
|
||
|
|
! ==============
|
||
|
|
! PLIB Reference
|
||
|
|
!
|
||
|
|
! Files
|
||
|
|
P_DLIST.C ! Using p_dinfo to list devices
|
||
|
|
P_PRNDIR.C ! Using p_open(P_FDIR) to list a directory
|
||
|
|
P_COMP.C ! Binary file access (comparing two files)
|
||
|
|
P_SEARCH.C ! Text file access (p_read to search a text file)
|
||
|
|
!
|
||
|
|
! =======================
|
||
|
|
! Window Server Reference
|
||
|
|
!
|
||
|
|
! Introduction: Bitmaps
|
||
|
|
PCXSAVE.C ! Capturing the screen directly to a PCX file
|
||
|
|
SCAPT.C ! Screen capture program using MCLINK RUN
|
||
|
|
SCAPT.PR ! Jpi project file for the above
|
||
|
|
!
|
||
|
|
! Introduction: Text fonts
|
||
|
|
FONTS.C ! The program that generated the font pictures
|
||
|
|
!
|
||
|
|
! Introduction: System start-up: Replacing the shell on the HC
|
||
|
|
HCSHELL.C ! Sample shell/application
|
||
|
|
LKSHELL.C ! Minimal shell for remote debugging on the HC
|
||
|
|
LKSHELL.PR ! Defines small stack
|
||
|
|
!
|
||
|
|
! General window server functions: wsAlertW
|
||
|
|
ALERT.C ! Alert3 example of calling wsAlertW
|
||
|
|
!
|
||
|
|
! Windows: Clocks
|
||
|
|
CLOCK.C ! Clocks demonstration for the HC
|
||
|
|
!
|
||
|
|
! Graphics output: wDrawButton
|
||
|
|
BUTTON.C ! Intended use of wDrawButton
|