Compiling error

Discuss any general programming issues here
Post Reply
pecaN
Posts: 124
Joined: Thu Jun 10, 2010 4:15 pm

Compiling error

Post by pecaN »

Hi,I was just trying to compile a proggy with Hollywood4.7 bud it complained that "couldn't find default_sans on this system". I use only the inbuilt #SANS font in my program...
@FONT 1, #SANS, 50 and then many times SetFont(#SANS, 68) etc... Compiler asked me for "Fonts/" assign, I assigned "Fonts:" but no success... The script itself works perfectly well...
pecaN
Posts: 124
Joined: Thu Jun 10, 2010 4:15 pm

Re: Compiling error

Post by pecaN »

Oh,I forgot to mention I'd tried this on Morphos (both 1.4.5 and 2.5)
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Compiling error

Post by airsoftsoftwair »

Ok, this looks like a Hollywood bug :-)

Try to use:

Code: Select all

@FONT 1, #SANS, {Link = False}
Then it should work.
pecaN
Posts: 124
Joined: Thu Jun 10, 2010 4:15 pm

Re: Compiling error

Post by pecaN »

Oh thanx,I was thinking about the same thing,tried it and it works,at least on MorphOS:-) but I am going to try if it works on the other platforms as well...
Post Reply