[fpc-devel] FCGI example?

2009-10-11 Thread ABorka
I am trying to make a working example for FCGI with Apache 2.2 on Windows but does not seem to be successful. Created a simple FCGI program with 1 action replying with a "hello world" as a response to the http request. However, could not find any examples as how to set up the Apache httpd.co

Re: [fpc-devel] New CHM documentation snapshot

2009-10-11 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > > Last night I added binary index support to the CHM package, and > > regenerated all CHM packages, and packaged a new snapshot (nr 7) > > > > http://www.stack.nl/~marcov/doc-chm.zip > > > > note that Michael is currently updating the docs for 2.

Re: [fpc-devel] New CHM documentation snapshot

2009-10-11 Thread Michael Van Canneyt
On Sun, 11 Oct 2009, Marco van de Voort wrote: Last night I added binary index support to the CHM package, and regenerated all CHM packages, and packaged a new snapshot (nr 7) http://www.stack.nl/~marcov/doc-chm.zip note that Michael is currently updating the docs for 2.4.0, and he hasn't c

[fpc-devel] CHM patches for docs and fpdoc

2009-10-11 Thread Andrew Haines
Hi attached patch for fpdoc adds the option --chm-title so that a nicer title than the default (rtl,fcl,lcl etc) can be used. The second patch is the documentation for the new option Regards, Andrew Index: utils/fpdoc/dw_htmlchm.inc ===

[fpc-devel] New CHM documentation snapshot

2009-10-11 Thread Marco van de Voort
Last night I added binary index support to the CHM package, and regenerated all CHM packages, and packaged a new snapshot (nr 7) http://www.stack.nl/~marcov/doc-chm.zip note that Michael is currently updating the docs for 2.4.0, and he hasn't committed the bulk of the changes yet, so these don't

Re: [fpc-devel] SetString difference between Ansistring and UnicodeString

2009-10-11 Thread Marco van de Voort
In our previous episode, Sergei Gorelkin said: > >> > > Vincent, what command(s) did you use to get that log? > > What options were used when compiling the packages? > > > ... forget that. > > The bug hunted down and fixed in r13824. It was indeed uninitialized > memory, but something bad could

Re: [fpc-devel] fp IDE with libgdb

2009-10-11 Thread Mark Morgan Lloyd
Pierre Muller wrote: True in principle, but XML library used for GDb is expat, so you should add {$linklib expat.a} in gdbint.pp Thanks, that certainly improves things. There's still a runtime error but I'll see if I can work out what's going on myself. I might be some time. It is generally