CPC libraries cannot print long datatypes

Known bugs with 1.7
Post Reply
User avatar
dom
Well known member
Posts: 2072
Joined: Sun Jul 15, 2007 10:01 pm

CPC libraries cannot print long datatypes

Post by dom »

This is due to the 8080 printf() routine being used instead.

The fix is as follows:

1. Edit libsrc/cpc.lst and libsrc/cpcansi.lst
2. Change stdio/8080/vfprintf_mini to stdio/vfprintf_mini
3. Recompile the CPC libraries.

This fix has been applied to CVS and will be available in 1.7.1
Post Reply