Communication "unable to open include file `Stdio.h`



  • I need to set up a Borland C 3.1. Anyway, I threw it out, started working, and, uh, checking it out,

    "unable to open include file Stdio.h"

    So with all the libraries, is there anything we can do or not?


  • QA Engineer

    1. If you're compiling from the development environment, the menu of Options-StateDirectories need to describe ways to folders LIB and INCLUDE.
    2. If you're compiling a command line, TURBOC.CFG, lying in the BIN folder, needs to pave the way for INCLUDE and LIB, for example (if unpacked in C:\BORLANDC/):
      - \BORLANDC\INCLUDE
      -LC:
      and in the TLINK.CFG file only the way to the LIB folder:
      -LC:


Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2