Re: [fpc-pascal] FPClassChart

2010-04-23 Thread Mattias Gaertner
On Fri, 23 Apr 2010 09:58:25 +0200 Graeme Geldenhuys wrote: > Mattias Gaertner het geskryf: > > > > No. The fcl-passrc is not optimized for speed (it uses TList and > > creates a lot of strings) and I would estimate it supports only > > half of the fpc languages features. > > Excluding your co

Re: [fpc-pascal] FPClassChart

2010-04-23 Thread Graeme Geldenhuys
Mattias Gaertner het geskryf: > > No. The fcl-passrc is not optimized for speed (it uses TList and > creates a lot of strings) and I would estimate it supports only > half of the fpc languages features. Excluding your comment on lacking fpc language features... Is the speed difference between fc

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Mattias Gaertner
On Thu, 22 Apr 2010 16:29:43 +0200 (CEST) Michael Van Canneyt wrote: > > > On Thu, 22 Apr 2010, Marco van de Voort wrote: > > > In our previous episode, Michael Van Canneyt said: > >> Timing: > >> The codetools of the IDE were developed before fcl-passrc was fully > >> developed. > >> > >> May

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Michael Van Canneyt
On Thu, 22 Apr 2010, Marco van de Voort wrote: In our previous episode, Michael Van Canneyt said: Timing: The codetools of the IDE were developed before fcl-passrc was fully developed. Maybe now the fcl-passrc parser is at a stage where it becomes an option to use it in the IDE. Hmm, I tho

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > Timing: > The codetools of the IDE were developed before fcl-passrc was fully > developed. > > Maybe now the fcl-passrc parser is at a stage where it becomes an > option to use it in the IDE. Hmm, I thought that it was because fcl-passrc is for

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Michael Van Canneyt
On Thu, 22 Apr 2010, Graeme Geldenhuys wrote: Michael Van Canneyt het geskryf: I had a look. The problem is the use of the 'Static' keyword. the fcl-passrc parser doesn't seem to understand it. (fpdoc and friends do not share the compiler's scanner/parser) Hopefully with my new project suc

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Graeme Geldenhuys
Michael Van Canneyt het geskryf: > I had a look. The problem is the use of the 'Static' keyword. > the fcl-passrc parser doesn't seem to understand it. > > (fpdoc and friends do not share the compiler's scanner/parser) Hopefully with my new project such limitations in the fcl-passrc parser will b

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Michael Van Canneyt
Hi, I had a look. The problem is the use of the 'Static' keyword. the fcl-passrc parser doesn't seem to understand it. (fpdoc and friends do not share the compiler's scanner/parser) Michael. On Thu, 22 Apr 2010, Torsten Bonde Christiansen wrote: Michael Van Canneyt wrote: On Thu, 22 Apr

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Torsten Bonde Christiansen
Michael Van Canneyt wrote: On Thu, 22 Apr 2010, Torsten Bonde Christiansen wrote: I get a runtime A/V trying to create a class chart from one of my source files. Can you isolate the problem a bit more ? The best I can give is the output when it crashes. If you wish I can put the class

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Michael Van Canneyt
On Thu, 22 Apr 2010, Torsten Bonde Christiansen wrote: I get a runtime A/V trying to create a class chart from one of my source files. Can you isolate the problem a bit more ? The best I can give is the output when it crashes. If you wish I can put the class it's trying to create the c

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Torsten Bonde Christiansen
I get a runtime A/V trying to create a class chart from one of my source files. Can you isolate the problem a bit more ? The best I can give is the output when it crashes. If you wish I can put the class it's trying to create the chart for on pastebin. This is the output i get when run:

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Michael Van Canneyt
On Thu, 22 Apr 2010, Torsten Bonde Christiansen wrote: Hi List, Is the fpclasschart program still maintained? It is. I get a runtime A/V trying to create a class chart from one of my source files. Can you isolate the problem a bit more ? Michael. _

[fpc-pascal] FPClassChart

2010-04-22 Thread Torsten Bonde Christiansen
Hi List, Is the fpclasschart program still maintained? I get a runtime A/V trying to create a class chart from one of my source files. Kind regards, Torsten Bonde Christiansen. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lis