home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / AMAX_230.ZIP / SOURCES.ZIP / SOURCES.DOC < prev   
Encoding:
Text File  |  1992-11-11  |  3.7 KB  |  93 lines

  1.  
  2.                           Source Code Information for AMAX
  3.  
  4.                Copyright (C) 1992 Alan D. Bryant, All Rights Reserved
  5.  
  6.  
  7.  
  8.          WARNING!  THIS SOURCE CODE IS PROVIDED UNDER CERTAIN TERMS.  
  9.          THOSE TERMS ARE CONTAINED IN THE DOCUMENT LICENSE.DOC, WHICH IS 
  10.          INCLUDED IN THIS ARCHIVE.  PLEASE READ IT BEFORE PROCEEDING.
  11.  
  12.                -------------------   -------------------------------
  13.                PLEASE NOTE!!!!!!!!   I DO NOT SUPPORT THIS CODE!!!!!
  14.                -------------------   -------------------------------
  15.  
  16.             - DO NOT EXPECT ASSISTANCE!!!
  17.             - DO NOT ASK FOR ASSISTANCE!!!
  18.             - YOU WILL NOT GET ANY ASSISTANCE AT ALL!!!
  19.             - DO NOT ASK ME FOR ANYTHING ABOUT THIS CODE!!!
  20.             - YOU ARE **ON YOUR OWN**!!!
  21.  
  22.  
  23.  
  24.          REQUIREMENTS AND TECHNICAL JUNK
  25.  
  26.          These are required:
  27.  
  28.             - Borland C++ Version 3.0
  29.             - MIX C Database Toolkit Version 1.2.0
  30.  
  31.          Later versions of each should work, but I can't verify that.  I 
  32.          can say those are the versions that let it compile for me.  You 
  33.          will not be able to run MAKE without a properly installed MIX C 
  34.          Database Toolkit, so don't even bother with it. 
  35.  
  36.          AMAX uses the medium memory model.
  37.  
  38.          AMAX is compiled with Borland's MAKE utility.  There is a 
  39.          MAKEFILE and a linker response file included for this.
  40.  
  41.          Please note that there may well be (and probably are) bugs in 
  42.          this software.  If you find any, please let me know with module 
  43.          and line number references so I can make corrections to the 
  44.          master code here.
  45.  
  46.          Some modules will not cleanly compile (i.e., there are warnings).  
  47.          If you are inclined to clean them up, so be it.  They can be 
  48.          safely ignored.
  49.          
  50.          INTRODUCTION AND EXPLANATION
  51.          
  52.          Greetings!
  53.  
  54.          This is AMAX's source code.  Enjoy it.  I DO NOT SUPPORT IT AND I 
  55.          WILL NOT HELP YOU WITH IT.
  56.  
  57.          This version of AMAX is compiled with Borland C++ Version 3.0.  
  58.          It is primarily C, but there are some C++ elements to it (things 
  59.          like function prototyping and // comments).
  60.  
  61.          I WILL NOT HELP YOU WITH ANYTHING IN THIS CODE.  YOU ARE ON YOUR 
  62.          OWN.
  63.  
  64.          I don't comment my code worth beans.  Anyone endeavoring to work 
  65.          with this code will start (and probably not finish) a rather 
  66.          interesting adventure, unless you're one of the few people in 
  67.          this world who really can read code like some people read books. 
  68.  
  69.          REMEMBER:  I DO NOT AND WILL NOT HELP YOU WITH ANYTHING IN THIS 
  70.          CODE!!!!  YOU ARE ON YOUR OWN!!!  DON'T ASK ME ANY QUESTIONS!!!
  71.  
  72.          The code is arranged into several modules.  The selection of 
  73.          which functions go into which modules is not something that has 
  74.          much logic.  You may have to chase all over the place to find 
  75.          something.  Enjoy the adventure.
  76.  
  77.          It's my hope that by providing source code, somebody will be 
  78.          motivated to port AMAX to other operating systems (primarily I'd 
  79.          like to see an OS/2 version of it, and I've always wanted to see 
  80.          a GUI AMAX but that would need a major rewrite indeed).
  81.  
  82.          In any case, have fun with this mess, and you'll find that's 
  83.          truly what it is.  
  84.  
  85.          Finally, I DON'T ANSWER QUESTIONS ABOUT THE SOURCE CODE!!!!
  86.  
  87.          Does anyone get the impression I'm trying to make a point 
  88.          here?!?!  <grin>
  89.  
  90.                 Alan D. Bryant
  91.                 Denver, Colorado
  92.                 November, 1992
  93.