English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

6 answers

open the TC console then in Options menu>>go to directories>>here set the actual Directories path (error was because of mismatch of partition) of INCLUDE and LIB directory.
eg. In Include direcotry option
set D:\TC\INCLUDE\
eg. in Library ooptions
set D:\TC\INCLUDE

2007-01-18 17:33:45 · answer #1 · answered by iMaXX 4 · 0 0

I think the library files path is not correct. Open the c++ editor and go for the option "options" in that go for "directories" .
A dialog box will have 4 options.
Be sure the entered details (path) are correct.
In "Include Directories" type ex:- c:\tcplus\include.
In "Library Directories" type ex:- c:\tcplus\lib
Another two are optional.
then click "ok".
After this we have to work.

2007-01-18 17:41:03 · answer #2 · answered by shan 2 · 0 0

this is a very common error... it occurs when you have recently copied tc++ on your system and when you work on it the first time.....
this problem is because the directries which are entered in you tc are wrong... open your tc console and go to the options tab. on the pull down menu... select directories.... now select the directory where you have installed or copied tc++.....
i m sure that will fix the problem......

2007-01-18 17:42:30 · answer #3 · answered by manjul_aqua 2 · 0 0

In turbo, go to options > directories> change the include directory to your include folder path. For example, if you've installed TC in C drive, Use > c:/tc/include

2016-05-24 06:04:11 · answer #4 · answered by Anonymous · 0 0

.

The solution is simple.

Consider that you have installed your Turbo C++ editor in C:\TurboC.

In Turbo C++ editor select Options -> Directories.

Now give the path where the Include files are present

eg. C:\TurboC\Include

Now give the path where the Library files are present

eg. C:\TurboC\Libraries


**********
Vasu M
**********

2007-01-18 20:17:09 · answer #5 · answered by V@su Maniram 3 · 0 0

please verify your directory settings in the option menu. example d:\tc\bin for source directory. d:\tc\include for include directory. d:\tc\lib for library directory. Now you are able to include and execute programs. Happy Programming.

2014-03-14 21:56:25 · answer #6 · answered by sureshkumaR 1 · 0 0

fedest.com, questions and answers