Naming conventions CS-libraries ------------------------------- The libraries are named according to: LIB NAME: csCPMV.lib with C The compiler. b Borland w Watcom v Visual C++ 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 compiler Only one of these libraries need to be linked in at any moment!