I need to use the crt unit, but the compiler says that crt unit is not found: module/unit interface `Crt' could not be imported.
¿Where is is supposed to be? thanx
On Die, Jul 22, 2003 at 12:57:11 +0200, Francisco Javier F. wrote:
I need to use the crt unit, but the compiler says that crt unit is not found: module/unit interface `Crt' could not be imported.
It is normally there - in your unit path. Maybe you forgot to 'automake' ?
`gpc --automake test.pas'
Eike