README.TXT 299 B

12345678910
  1. Library naming convention.
  2. nnnssctm.lib
  3. Where:
  4. nnn = ID (such as 'VQA') 3 characters
  5. ss = Size field (32bit / 16bit) 2 characters
  6. c = Compiler name (W = Watcom, B = Borland)
  7. t = Compiler type (P = "C++", C = Standard "C")
  8. m = Memory model (F = flat, T = TNT)