Re: [fpc-pascal] From C to Pascal -- Help!

2007-11-12 Thread Mattias Gaertner
On Mon, 12 Nov 2007 20:25:13 +0100 Jilani Khaldi <[EMAIL PROTECTED]> wrote: > Hi All, > I am translating a piece of code from C to Pascal... > Any help? Thanks! > > /* C code */ > void draw_fonts (HPDF_Page page) > { > int i; > int j; > > HPDF_Page_BeginText (page); > > /*

[fpc-pascal] From C to Pascal -- Help!

2007-11-12 Thread Jilani Khaldi
Hi All, I am translating a piece of code from C to Pascal... Any help? Thanks! /* C code */ void draw_fonts (HPDF_Page page) { int i; int j; HPDF_Page_BeginText (page); /* Draw all character from 0x20 to 0xFF to the canvas. */ for (i = 1; i < 17; i++) { for (j = 1;

Re: [fpc-pascal] CSV via PCRE

2007-11-12 Thread Jeff Wormsley
S. Fisher wrote: Regular expressions are used by vi and emacs; in fact, any editor that doesn't let you do a regex search is a joke. (Even some microsoft applications understand regexes.) So everyone who programs should learn regular expressions. Regular expressions are also used by grep, an

Re: [fpc-pascal] GSoC

2007-11-12 Thread Vincent Snijders
Musan Antal schreef: Was you ever considering to get involved in the Google Summer of Code? There are lot of Open-Source projects in it, I think it would also be in the benefit of FPC to get some developers. But what do you think about this? It is a good idea. FPC applied twice and was rejec

[fpc-pascal] GSoC

2007-11-12 Thread Musan Antal
Was you ever considering to get involved in the Google Summer of Code? There are lot of Open-Source projects in it, I think it would also be in the benefit of FPC to get some developers. But what do you think about this? ___ fpc-pascal maillist - fpc-p