Problem in installing Turbo C++ LITE

Status
Not open for further replies.

headman333

Member level 5
Joined
Jan 19, 2008
Messages
82
Helped
1
Reputation
2
Reaction score
2
Trophy points
1,288
Activity points
1,769
I have installed the Turbo C++ LITE but everytime i run my program it does not recognize its libraries, for example the stdio.h and others..
Does anybody have the answer?
 

It's been quite awhile since I last used Turbo C++. The issue may be due to the default library search path not being set correctly. I would reference the documentation concerning setting up the default library search path.

Does the error occur during the compiling or linking stage? Can you post the exact error message?

BigDog
 
Reactions: FvM

    FvM

    Points: 2
    Helpful Answer Positive Rating
When I compile it, here is the problem:
1. Unable to open include file 'STDIO.H'
2. Function printf should have a prototype in function main()
 

You should at least clarify to which version and distribution of Turbo C++ you are exactly referring?

Taking as granted, that the include files are present in the respective pathes, the problem is most likely caused by setting up the compiler enviroment incorrectly.
 

You're right i have problem with setting up the compiler environment
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…