[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

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.

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: 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

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

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 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 be

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

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 code

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

Re: [fpc-pascal] FPClassChart

2010-04-22 Thread Mattias Gaertner
On Thu, 22 Apr 2010 16:29:43 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org 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.

Re: [fpc-pascal] newbie questions

2010-04-22 Thread spir ☣
On Tue, 20 Apr 2010 01:17:51 +0200 Marc Weustink m...@dommelstein.net wrote: Somehow I get the idea that you mix the definition/use of sets with arrays. Yes, it seems Pascal sets are rather related to enums than collections. I mean they look like packs of kinds of flags, which themselves are

[fpc-pascal] State of FPC docs.rant

2010-04-22 Thread Joseph Montanez
rant I use php, c / c++, vala, java, actionscript, python, javascript and of course pascal. When I was introduce to pascal it was Delphi, but then I ran into Free pascal and a tiny bit of the pascal community, this mailing list. One of the biggest problems I am having with pascal is learning the

Re: [fpc-pascal] State of FPC docs.rant

2010-04-22 Thread Vincent Snijders
Joseph Montanez schreef: rant In the end I think automated documentation is bad, and thats really what I see with the current state of FPC docs. It might allow better ability to stay sync with the current release but not allowing _easy_ social interaction to expand those docs, I think it is a

[fpc-pascal] FindFirst()

2010-04-22 Thread Bihar Anwar
In Windows XP and upper, traversing directories starting from root directory (e.g. D:\) using FindFirst() and FindNext() will fail (ERROR_ACCESS_DENIED) when iteration encounters System Volume Information directory. I solved this by ignoring this error code and keep looping. However, I don't