

	      Naming conventions CS-libraries
	      -------------------------------



The libraries are named according to:

    LIB NAME: csCPMV.lib


with  C  The compiler.
	  b Borland C++ 4.5
	  c Borland C++ 5.0
	  w Watcom
	  v Visual C++	1.0 or 2.0
	  m Visual C++	4.2
	  g GNU
      P  The platform
	  d Dos
	  w Windows 16 bit
	  n NT, Windows 32 bit
	  o OS/2
	  l Linux
      M  Memory model
	  c Compact
	  l Large
	  h Huge
	  f Flat memory model
      V  Version
	  p Production
	  d Debug
	  e Evaluation version (NOT in the commercial version.)

Example:

   CSBWCD.LIB
      This the library for Borland, for 16 bits Windows,
      Compact memory model the Debug version.

   csBWCD.lib
     ^^^^
     |||| Debug version
     ||| Compact memory model
     || 16 bits Windows
     | Borland 4.51 compiler




Only one of these libraries needs to be linked in at any time!


