Re: fontdemo
The Reaper writes:
> Quick question: Is this similiar to the font changing technique used in your
> Twins game? I have had a problem with that. After running the game, my DOS
> was all set to a different font, which I couldn't change. Then a ran a
> program and it went waaaaaaaaaaaaaaaaay slow. Not too long after that, the
> computer crashed! Well, the last one was probably my fault, because I have a
I took a quick look at Jiri's code and found one instance where
he has:
s[r][i..j-1]=1
This is a perfectly good Euphoria statement but in Euphoria version
1.4a and earlier it would work, but might lead to an eventual crash of
your program and/or your system. (This is the same type of statement
that Peter Blue has in his .FLI player). The bug was fixed for 1.4b and later
versions. Are you using a pre-1.4b version of Euphoria?
Regards,
Rob Craig
Rapid Deployment Software
(1.5 Beta coming soon!)
|
Not Categorized, Please Help
|
|