home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / f / frbts_20.zip / README.SRC < prev   
Text File  |  1991-04-29  |  1KB  |  33 lines

  1.  
  2.  
  3.                             Frobot 2.0 source code
  4.  
  5.  
  6.         This archive is the C source for Frobot 2.0. It requires Microsoft C
  7.    6.0 to compiler. The makefile is a standard Nmake format, though it
  8.    can easily be ported to other make programs. Most of the C source is
  9.    also typical MSDOS c functions and can be ported to Turbo C or others.
  10.  
  11.         Of course you should also have Frobt_20.lzh which has the executables 
  12.    and documentation. The resulting executables from the makefile are run 
  13.    with exepack for simple compression. THe makefile actually creates 
  14.    Frobot.exe, the main program, and Frget.exe the addon utility. Frget.c 
  15.    requires some routines from Misc.c so it is linked with it. The linker will 
  16.    complain about unresolved externals in Misc.c when Frget is linked, but 
  17.    these can be ignored, since they are not used in Frget. 
  18.  
  19.  
  20.         I make no claims of supporting this source code in any form. You are 
  21.    welcome to use any of the routines here for your own utilities, but you can 
  22.    not create a new version of Frobot for distribution without my permission 
  23.    and view of the modified source code, of course. You may contact me at 
  24.    1:343/22 but I may not necessarily respond back. 
  25.  
  26.         If you are a C,8086 programmer, you are welcome to call my BBS, see 
  27.    the ad enclosed. We have lots of usefule source code to aid the developer. 
  28.  
  29.  
  30.  
  31.                                                 Craig Derouen
  32.  
  33.