software compatibility

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a program named TCLITE that doesn't operate properly. My mouse speed
slows down, and the program doesn't recognise files that it needs to use.
 
Hi

What is that program supposed to do?

--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
Will said:
Hi

What is that program supposed to do?

From a google search on 'tclite'

Turbo C Lite is a version of Borland’s Turbo C V1.0 that was distributed
on various magazine front-cover CDs several years ago. Although this
version of the compiler was first released in 1990 it is still perfectly
adequate for learning to program in C. It should be noted, however, that
some of the later C++ language features are not implemented.

As the compiler is intended for evaluation purposes, it can only run
programs from within the Turbo C environment. The .EXE files produced
cannot be run by themselves. To produce stand-alone .EXE files the full
version of the compiler must be purchased. However, for educational
purposes this limitation will not be a problem.
 
Back
Top