Click here to Skip to main content
15,904,926 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
A message is coming that unable to open the file 'TCLASSS.LIB'

What I have tried:

I checked all options but no use I was stuck in this problem.
Posted
Updated 17-May-18 22:47pm
Comments
KarstenK 18-May-18 9:52am    
You should also check that you really need that lib and possibly getting rid of this relict.

1 solution

We can't solve this for you: we don't have any access to your file system.
At a guess, it is in the wrong directory, or the directory it is in isn't being searched.
IIRC, for Turbo C, the libraries would normally be in c:\tc\lib so if it isn't there, you may need to find it and copy it, or add it's current location to the environment variables.

But it's been a very, very long time since I last saw TC (it's almost paleolithic in software terms) so you're on your own as to how you set them!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900