home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / ovlay.zip / OVLAY1.CPY < prev    next >
Text File  |  1990-04-17  |  548b  |  12 lines

  1. ! Clarion include file for declaring overlay handler in map structure
  2. !
  3. ! Place the statement INCLUDE('OVLAY1.CPY') inside your MAP structure
  4. !       BEFORE any overlayed modules.  MUST NOT BE IN AN OVERLAY !
  5.  
  6.         MODULE('OVLAY.CLA')             ! Overlay functions
  7.              PROC(STACK_PROC)           ! Add proc call to stack
  8.              PROC(SEL_PROC)             ! Procedure Selector
  9.              PROC(PROC_CTL)             ! Main loop
  10.              PROC(OVABN_ABORT)          ! Aborts program after control error
  11.         .
  12.