Date: Tue, 4 Feb 1997 13:10:19 +0100 (MEZ) Sender: Christian Tamasiu From: Christian Tamasiu To: djgpp AT delorie DOT com Subject: Allegro fixed math routines Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello! I just hacked in a small program which uses the fixed math routines of allegro. However, some strange things are going on (at least thats what it seems to be for me): Why doesnt, for example, " x = y + 24 " (both x and y fixed) work??? However, " x = y + itofix(24) " worked. But even more strange using some other values, it worked without itofix. It is also sometimes need using *,/,- and sometimes not. Why??? Chris.