[fpc-pascal] How does TFPImageCanvas draw TextOut?

2009-02-28 Thread David Emerson
I've started with the fontdraw example at the bottom of http://wiki.freepascal.org/Developing_with_Graphics Somewhere in the middle, there's a call to ImgCanvas.TextOut, which seems to work just fine -- the png file has the text, and if I create a cracker class I can call TFPImageCanvasCracker.

[fpc-pascal] Socket (Depecrated) on FreePascal

2009-02-28 Thread Diego Antonio Lucena Pumar
Hi List: My name is Diego and write from Spain. I need help. My problem resist on the primitive deprecated Accept. The interface is the following: function Accept( Sock: LongInt; var Addr; var Addrlen: LongInt ):LongInt; For my program I need use this interface, and not the modern ver