Re: texthelp.tpu in Turbopascal 5.5 , what is it ?
by Marco van de Voort <marcov@[EMAIL PROTECTED]
>
Jan 16, 2008 at 07:34 AM
On 2008-01-15, chenzaif@[EMAIL PROTECTED]
<chenzaif@[EMAIL PROTECTED]
> wrote:
> We had some legacy code in Turbo Pascal 5.5. It missed a module :
> texthelp.tpu. I could not find it anywhere .
>
> Does any one has a clue on it ? THanks
> /////////////////////
> Uses DOS,CRT,TextHelp;
> //////////////////////////
Googling a bit will lead you to below link. Which is for TC++ not TP, but
it
looks like a .txt helpfile will be converted to a .h + .cpp
http://www.zeta.org.au/~grove/techinfo/ti1554.txt
So maybe you have the .txt file, and you just need to pull it through a
helpfile compiler (tvhc according to the link) to get the source.