[fpc-devel] Re: [fpc-pascal] fcl-web webdata example(s) on Windows has some problems

2010-08-17 Thread ABorka
did some more testing: ROUND 4 1. minor note: We should not forget that field names are case sensitive in ExtJS, so any database field names need to be entered exactly: ex: fields: ["id","login","name","email", "lastlogin"] is not the same as fields: ["ID","LOGIN","NAME","EMAIL", "

Re: [fpc-devel] fpdoc patch - big or small

2010-08-17 Thread Graeme Geldenhuys
Op 2010-08-17 10:57, Michael Van Canneyt het geskryf: > > One big patch is OK for me. Submitted to Mantis. http://bugs.freepascal.org/view.php?id=17191 Michael, there is only one issue I have with fpdoc at the moment. It is regarding Marco's recent change regarding resolving links. See the

Re: [fpc-devel] Internal linker question

2010-08-17 Thread Sven Barth
Am 12.08.2010 09:13, schrieb Graeme Geldenhuys: Hi, [...just curious...] As far as I understand, the Windows version of FPC has an internal linker which greatly improved the speed of building/linking software on that platform. Why doesn't the Linux version of FPC (or any other platform for tha

Re: [fpc-devel] fpdoc patch - big or small

2010-08-17 Thread Michael Van Canneyt
On Tue, 17 Aug 2010, Graeme Geldenhuys wrote: Hi, I'm ready to supply the new IPF Output Writer patch for fpdoc. But how should I supply this patch, because I implemented a few extra features into the Linear Output Writer as well. * One big patch with everything included. One big patch is

[fpc-devel] fpdoc patch - big or small

2010-08-17 Thread Graeme Geldenhuys
Hi, I'm ready to supply the new IPF Output Writer patch for fpdoc. But how should I supply this patch, because I implemented a few extra features into the Linear Output Writer as well. * One big patch with everything included. or * Patch with new IPF writer * patch for Interfaces Overview in Li