Pascal/TPU
Expert: Sebastien Delprat - 1/24/2001
QuestionHi,
Please, help me.
I have a lot of *.tpu files, but I don know how to install them?
Dogas Mp
AnswerHello
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