Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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
 
  • Like
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top