home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4611 / fw16d.ins / README.TXT < prev    next >
Text File  |  1994-06-04  |  5KB  |  135 lines

  1.  
  2.  
  3.  
  4.                            ┌───────────────────┐
  5.                            │    FiveWin 1.6b   │
  6.                            └───────────────────┘
  7.  
  8.                        CA-Clipper for Windows library
  9.                       (C) A.Linares & F.Pulpón, 1993-4
  10.  
  11.                              ┌────────────────┐
  12.                              │ VERY IMPORTANT │
  13.                              └────────────────┘
  14.  
  15.    * To use FiveWin is necessary to use a Windows linker because we are
  16.      going to create Windows executables. FiveWin supports:
  17.  
  18.           - Microsoft LINK.exe versions: from 5.1 to 5.5 and later:
  19.  
  20.               This linker is provided by Microsoft as a complementary tool
  21.               in some on their products: Microsoft C, Microsoft MsDos Visual
  22.               Basic, others...
  23.  
  24.               If you use a version prior to 5.3 you have to especify at the
  25.               \INCLUDE  .DEF file : Exetype Windows   [without 3.1]
  26.  
  27.               Later you have to use the tool we provide ExeType.exe to change
  28.               the Windows EXE version so Windows won't say anything when
  29.               running the EXE.
  30.  
  31.               Latest version, 5.5 is the fastest but it is much more memory
  32.               hungry when linking. If you use it you have to specify inside
  33.               Windows system.ini [386enh] section the name dosxnt.386 or
  34.               it won't work from inside a DOS box.
  35.  
  36.  
  37.           - Blinker 3.0 :
  38.  
  39.               In our opinion this is the best!-
  40.  
  41.  
  42.           - Borland TLINK.EXE it is NOT supported.
  43.  
  44.               We are working on this trying to make it compatible.
  45.  
  46.  
  47.           - RTLINK.EXE and other MsDos linkers:
  48.  
  49.               Obviously they are not supported. They are only MsDos linkers.
  50.  
  51.                             ┌──────────────────┐
  52.                             │ INCOMPABILITIES  │
  53.                             └──────────────────┘
  54.  
  55.    * 286 computers are NOT supported.
  56.  
  57.    * You can not run more than one instance of a program. The way to avoid
  58.      this limitation is to make a copy of your EXE with a diferent name:
  59.  
  60.                       copy MYPROG.EXE --> MYPROG1.EXE
  61.  
  62.       Now, you can run MYPROG.EXE and MYPROG1.EXE at the same time.
  63.  
  64.    * We have been checking the new Borland's C++ 4.0 BWCC.DLL and
  65.      be aware that we have found some problems with colors in controls.
  66.      It seems the new BWCC.DLL does not work properly, or at least in
  67.      the same manner as in previous version.
  68.  
  69.                               ┌──────────┐
  70.                               │ STARTING │
  71.                               └──────────┘
  72.  
  73.    * We recomed you to start looking at the examples we provide at
  74.      \EXAMPLES directory.
  75.  
  76.      In that directory you will find BUILD.BAT wich is the one you
  77.      have to use to build your EXEs:
  78.  
  79.      BUILD program
  80.  
  81.    * Don't specify .PRG when calling BUILD.
  82.  
  83.    * Check the paths inside BUILD.BAT to properly access Clipper compiler
  84.      and libraries.
  85.  
  86.    * Read the Norton Guide placed at \MANUAL.
  87.  
  88.    * When LINKING _always_ specify FiveWin.lib as the first library
  89.      -before Clipper.lib, Extend.lib, etc...-
  90.  
  91.                       ┌────────────────────────┐
  92.                       │ NUMBER OF OPENED FILES │
  93.                       └────────────────────────┘
  94.  
  95.    * By default a Windows application may only open up to 20 files.
  96.  
  97.    * If you need to use more files ( DBFs, NTXs, etc... ) you may use
  98.      the following function:
  99.  
  100.            SetHandleCount( nMaxNumber )  --> nAvilableNumber
  101.  
  102.    * Besides that it is necesary to specify at SYSTEM.INI the following:
  103.  
  104.      [386Enh]
  105.      PERVMFILES=nHandlesNumber
  106.  
  107.      Where nHandlesNumber must be equal to the number of files specified
  108.      at config.sys.
  109.  
  110.  
  111.                             ┌────────────────┐
  112.                             │    UPGRADES    │
  113.                             └────────────────┘
  114.  
  115.    * Becuase the such a lot Windows possibilities, we expect to frecuently
  116.      upgrade FiveWin, and also correcting bugs, etc...
  117.  
  118.    * We will inform you of new upgrades, patches, etc... also we will place
  119.      regular info at CompuServe CA-Clipper forum.
  120.  
  121.                               ________________
  122.  
  123.  
  124.      We hope you will enjoy FiveWin. We have done our best to
  125.      offer you a very high quality product.
  126.  
  127.  
  128.      Antonio Linares & Francisco Pulpón, 1993-4
  129.  
  130.                               ****************
  131.  
  132.  
  133. All the marks mentioned on the documentation of FiveWin are trademarks of
  134. their respective holders.
  135.