Frank Heckenbach wrote:
Chris Sparks wrote:
I have been working on Ada bindings to the GRX libraries. The only problems I have been having is that I sometimes have font display problems. Characters will either print out or not. The same problem occurs in the "C" code, however, not in the same places as the Ada code!
You're not incidentally using non-ASCII characters? AFAIK (some? of) GRX's default fonts use the old IBM/Dos coding instead of standard Latin1, Unicode or such. So if accented letters do not show up, you might need to convert them to Dos codes (or use another font). But if ASCII characters cause problems or results are seemingly random, it's probably something else.
Frank
No I am not intentionally using any characters different that what the tests had. When you run the tests that have font text, do they output correctly each time you execute the test? Mine don't.
Chris