home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / OTHERUTI / TCPP30-3.ZIP / EXAMPLES.ZIP / PIXEL.PRJ (.txt) < prev    next >
Borland C/C++ Project  |  1992-02-18  |  6KB  |  58 lines

  1. Turbo C Project File 
  2. ..\INCLUDE
  3. ..\LIB
  4. 32767
  5. 65535
  6. ~GREP
  7. -n+ $MEM(64) $NOSWAP $PROMPT $CAP MSG(GREP2MSG)void *.c 
  8. ~Turbo Assembler
  9.  $TASM
  10. Turbo ~Debugger
  11.  $EXENAME
  12. R~esource Compiler
  13. ~Import Librarian
  14. IMPLIB
  15. $IMPLIB
  16. PIXEL.CPP
  17. \PIXEL.CPP
  18. POINT2.CPP
  19. POINT2.CPP
  20. POINT2.CPP
  21. POINT.H
  22. ..\INCLUDE\CONIO.H
  23. ..\INCLUDE\GRAPHICS.H
  24. PIXEL.CPP
  25. POINT2.CPP
  26. POINT.H
  27. ..\INCLUDE\CONIO.H
  28. ..\INCLUDE\GRAPHICS.H
  29. PIXEL.CPP
  30. l '%s'
  31. Incorrect %s option: %s
  32. Could not find file '%s'
  33. Repeat count needs an lvalue
  34. Nonportable pointer conversion
  35. Side effects are not allowed
  36. Extra parameter in call
  37. Extra parameter in call to %s
  38. User break
  39. Conversion of near pointer not allowed
  40. Multiple base classes require explicit class names
  41. Field '%s' is ambiguous in '%s'
  42. '%s' cannot be distinguished from '%s'
  43. '%s' is inaccessable because also in '%s'
  44. Expression of arithmetic type expected
  45. Access declarations cannot grant or reduce access
  46. Operator cannot be applied to these operand types
  47. Array must have at least one element
  48. operator-> must return a pointer or a class
  49. Cannot assign '%s' to '%s'
  50. '%s' must be a previously defined class or struct
  51. Base class cannot be declared protected
  52. Bit fields must be signed or unsigned int
  53. Misplaced break
  54. Switch selection expression must be of integral type
  55. Cannot cast from '%s' to '%s'
  56. Unexpected : found
  57. :: requires a preceeding identifier in thi
  58.