Re: [fpc-pascal] outtextXY not moving pointer

2017-05-01 Thread Marco van de Voort
In our previous episode, James Richters said: > > Any idea's why this is not working or how to get it fixed? My guess it is a doc bug since the packages/graph/inc/graphh.inc says { 17th april 1999: } { * GraphDefaults() would not reset CP }

[fpc-pascal] outtextXY not moving pointer

2017-05-01 Thread James Richters
I am using a combination of outtext and outtextxy for an application using the graph unit on Windows. I am noticing that outtextxy is not moving the pointer to the end of text as it is supposed to. Outtext does move the pointer, outtextxy is not moving the pointer. The documentation here: h

[fpc-pascal] Translation C to Pascal

2017-05-01 Thread Marc Santhoff
Hi, since fpc supports a lot of intresting SoCs and Microcontrollers - has anyone really used Allwinner A20? - I need an update: Which translator do you use for making Object Pascal code from C? For headers there is the very well working h2pas. But what tool is recommendable for .c files? The o