home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
games
/
gkit.zip
/
GSETUP.DOC
< prev
next >
Wrap
Text File
|
1988-05-05
|
1KB
|
25 lines
----- Tips on changing GKIT to work with a new C compiler ------
0) Pick a macro name for your compiler that includes your computer type
or operating system in the name.
1) Find functions in your compiler's library to call from
drandom(), irandom(), keystat(), and keyin() to implement
their functions according to the specifications. Add conditional
code for your compiler to do this.
2) Make sure that og_open() and og_create() will open files in binary
mode and that the uread() and uwrite() will work properly.
3) Compile and link the example program. Resolve any compiler or linker
errors. You may find other functions that GKIT uses that are not in
your compiler's libraries. If you are unsure what to substitute,
contact me. I would like to know what these functions are.
4) Run the example program. Does it validate itself correctly? Does the
game seem to run ok? If not, carefully documents the details of the
problem and tell me about it.