home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / LIB / INFO.TXT < prev   
Text File  |  1996-11-06  |  877b  |  53 lines

  1.  
  2.  
  3.           Naming conventions CS-libraries
  4.           -------------------------------
  5.  
  6.  
  7.  
  8. The libraries are named according to:
  9.  
  10.     LIB NAME: csCPMV.lib
  11.  
  12.  
  13. with  C  The compiler.
  14.       b Borland
  15.       w Watcom
  16.       v Visual C++
  17.       g GNU
  18.       P  The platform
  19.       d Dos
  20.       w Windows 16 bit
  21.       n NT, Windows 32 bit
  22.       o OS/2
  23.       l Linux
  24.       M  Memory model
  25.       c Compact
  26.       l Large
  27.       h Huge
  28.       f Flat memory model
  29.       V  Version
  30.       p Production
  31.       d Debug
  32.       e Evaluation version (NOT in the commercial version.)
  33.  
  34. Example:
  35.  
  36.    CSBWCD.LIB
  37.       This the library for Borland, for 16 bits Windows,
  38.       Compact memory model the Debug version.
  39.  
  40.    csBWCD.lib
  41.      ^^^^
  42.      |||| Debug version.
  43.      ||| Compact memory model
  44.      || 16 bits Windows
  45.      | Borland compiler
  46.  
  47.  
  48.  
  49.  
  50. Only one of these libraries need to be linked in at any moment!
  51.  
  52.  
  53.