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

2010-04-22 Thread Thierry Coq
Joseph, Vincent, <+1> Add me to the list here. I also offer to help, especially for writing UML diagrams to help people visualize, including use cases, class diagrams and scenarios. Every component I publish has unit testing and UML diagrams, if only a few. Thierry _

[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 k

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

2010-04-22 Thread Joseph Montanez
Vincent, Never even knew that existed. It is a big problem with just slapping commenting ability to docs. If its not being used its because there isn't incentive for it. When you see the entire documentation blank of comments would you be so inclined to add it? Documentation is so important and as

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

2010-04-22 Thread Vincent Snijders
Joseph Montanez schreef: 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 big mi

[fpc-pascal] State of FPC docs.rant

2010-04-22 Thread Joseph Montanez
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 libra

Re: [fpc-pascal] newbie questions

2010-04-22 Thread spir ☣
On Tue, 20 Apr 2010 01:17:51 +0200 Marc Weustink 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 named but value-free

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