home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / gkit.zip / GSETUP.DOC < prev    next >
Text File  |  1988-05-05  |  1KB  |  25 lines

  1. ----- Tips on changing GKIT to work with a new C compiler ------
  2.  
  3. 0) Pick a macro name for your compiler that includes your computer type
  4.    or operating system in the name.
  5.  
  6. 1) Find functions in your compiler's library to call from
  7.    drandom(), irandom(), keystat(), and keyin() to implement
  8.    their functions according to the specifications.  Add conditional
  9.    code for your compiler to do this.
  10.    
  11. 2) Make sure that og_open() and og_create() will open files in binary
  12.    mode and that the uread() and uwrite() will work properly.
  13.    
  14. 3) Compile and link the example program. Resolve any compiler or linker
  15.    errors.  You may find other functions that GKIT uses that are not in
  16.    your compiler's libraries.  If you are unsure what to substitute,
  17.    contact me.  I would like to know what these functions are.
  18.    
  19. 4) Run the example program. Does it validate itself correctly? Does the
  20.    game seem to run ok?  If not, carefully documents the details of the
  21.    problem and tell me about it.
  22.    
  23.    
  24.    
  25.