|
|
|
|
|
by wruza
528 days ago
|
|
I remember int/impl sections since the 1990’s turbo pascal, which wasn’t “object” still, iirc. Also, commercial closed-source units (modules) were often distributed in a .tpu/.dcu + .int form, where .int was basically its source code without the implementation section. |
|
Yes, I remember the .tpu and .dcu filename extensions.
IIRC, .tpu stood for turbo pascal unit, and .dcu may have meant delphi compiled unit, not sure of the latter.
I don't remember the .int extension, but it would have been there, of course, if you say so.
What was the use of the .int file?