Pascal/TPU

Advertisement


Question
Hi,

Please, help me.
I have a lot of *.tpu files, but I don know how to install them?

Dogas Mp

Answer
Hello
I do not understand what you want to know. TPU files are compiled files corresponding to a unit.

There is no special way of installing the TPU, you can either keep the in the same directory of your main program (which should be done by default by the compiler).

If your question is how to use a unit, you just have to include this line in top of your main program :
USES XXXXXX;
where XXXXX is the xxxxx.tpu file.

Then,in your main file, you can call any procedures, functions, variables of the tpu file.

I hope this will help you, if not ask me, clearly, what is your problem and I will do my best to answer.

Best regards,
S. DELPRAT

Pascal

All Answers


Ask Experts

Volunteer


Sebastien Delprat

Expertise

Any topic related to turbo Pascal programming. Graphics programming. Low level & Hardware programming. 10 years of programming with Turbo Pascal. (Also windows programming using Delphi)

©2012 About.com, a part of The New York Times Company. All rights reserved.