home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / sysext / fkey / codesuck.cpt / CodeSuckerFKEY / Sources / CodeSuckerDebug.p next >
Encoding:
Text File  |  1991-12-12  |  304 b   |  10 lines

  1. { This program part allows you to debug an FKEY under the THINK Pascal Environment.}
  2. { To build the FKEY Code Resource, open the <fkey>.Build.╣ project and choose Build }
  3. { Code Resource from the Project menu. }
  4.  
  5. program CodeSuckerDebug;
  6.     uses
  7.         CodeSuckerFKEY;
  8. begin
  9.     main;        { Call FKEY procedure }
  10. end.