hello,
I'm using gpc on sparc-solaris for 2 mounths... I have a few questions i can't locate in the documentation i found (so RTFM welcome if you point me the so-called FM :-) ).
1. range check and buffer overflow check are in the todo list (7 in planned feature - misc)... But where is the implementation? nowhere? working on? alpha? beta? implemented but option not documented (yes, i'm dreaming a bit ;-) )?
2. with the crt unit, i can't have the accents (é,è and so on)... My students speeks french, so they find it's strange to eat pTt0 and not pâté :) ). Is it possible to display accent (they have xterm and dtterm ) or no way?
3. again with the crt unit, i can't display colors in xterm. Is it normal? It works in dtterm, but the default color is... black (xterm is white, and by default, it is gray).
4. to solve these problems, i tried to compile crt with -DX11, as said in the doc... I had to install pdcurs24 (from the libs directory) but once done, the -DX11 says me that he can't find the xpanel.h (indeed, it doesn't exists on this package, panel.h exists...) the error is: ---- In file included from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/units/crtx.c:35: /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/units/crtc.c:62: xpanel.h: No such file or directory ----
Thanks for answers...