I am using the v6 templates (planning to convert to v7).
The format 'font* myfont = "myfont.pcx"
doesn't recognise 'font*' (FONT*ot found)
The workaround is

string* myfont;
myfont = font_create("myfont.pcx")

but this is nonsense & I can't use the font.
neither will it accept 'FONT* myfont;'
Any ideas please?
I suspect a faulty download.