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 / CIRCLE.PRJ (.txt) < prev    next >
Borland C/C++ Project  |  1992-02-18  |  7KB  |  66 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. CIRCLE.CPP
  17. CIRCLE.CPP
  18. POINT2.CPP
  19. POINT2.CPP
  20. ..\INCLUDE\CONIO.H
  21. CIRCLE.CPP
  22. ..\INCLUDE\GRAPHICS.H
  23. POINT.H
  24. POINT2.CPP
  25. ..\INCLUDE\CONIO.H
  26. CIRCLE.CPP
  27. ..\INCLUDE\GRAPHICS.H
  28. POINT.H
  29. POINT2.CPP
  30. ..\INCLUDE\CONIO.H
  31. CIRCLE.CPP
  32. ..\INCLUDE\GRAPHICS.H
  33. POINT.H
  34. POINT2.CPP
  35. ..\INCLUDE\CONIO.H
  36. CIRCLE.CPP
  37. ..\INCLUDE\GRAPHICS.H
  38. POINT.H
  39. POINT2.CPP
  40.  of the type is unknown or zero
  41. Undefined structure '%s'
  42. Found : instead of ::
  43. Variable name expected
  44. Bad return type for a type conversion operator
  45. Linkage specification not allowed
  46. Reference member '%s' needs a temporary for initialization
  47. Access specifier '%s' found in a union
  48. '%s' cannot be declared in an anonymous union
  49. Class %s has a constructor and cannot be hidden
  50. Friend declarations need a function signature
  51. Function '%s' cannot be static
  52. Cannot call 'main' from within the program
  53. Cannot overload 'main'
  54. Non-virtual function '%s" declared pure
  55. Bad syntax for pure function definition
  56. Cannot create a variable for abstract class '%s'
  57. Pure function '%s' not overridden in '%s'
  58. Bad virtual function type match for '%s'
  59. Ambiguous conversion functions: '%s' and '%s'
  60. Function calls not supported
  61. Overloaded function resolution not supported
  62. 'new' and 'delete' not supported
  63. Cannot evaluate; requires a temporary variable
  64. Function '%s' should have a prototype
  65. Overlays only supported in
  66.