Re: [fpc-pascal] A complex trouble(at least for me)

2009-05-07 Thread Doug Chamberlin
Arí Ricardo Ody wrote: [snipped] I can't create StringList with a variable name. I must previously declare each one in my pascal source. How can I solve the trouble proposed? I don't understand this part of your message. Does this mean you think you cannot dynamically create TStringList ins

RE: [fpc-pascal] A complex trouble(at least for me)

2009-05-07 Thread Cox, Stuart TRAN:EX
There's some interesting ideas on how to store hierarchical data in tabular form available by googling "how can I represent hierarchal data in a relational database?" You might be able to linearize your hierarchical structure's data by using the techniques found there. Stu Cox Project Manage

Re: [fpc-pascal] A complex trouble(at least for me)

2009-05-07 Thread David W Noon
On Thu, 2009-05-07 at 18:12 -0300, Arí Ricardo Ody wrote: > Suppose the following structure: > > 01 a-1. >03 b-1 pic xxx. >03 b-2 pic 999. >03 b-3. > 05 c-1 pic aaa. > 05 c-2. > 07 d-1 pic zzz. > 07 d-2 pic xxx. > 05 c-3 pic 99. >03 b-4 pic zzz.

Re: [fpc-pascal] TFPColor vs TColor

2009-05-07 Thread David Emerson
Incidentally, while working with the TfpgColor type, I've come up with a rather sloppy, but (for the time being) usable solution. I keep a "fixme" comment in the code, because it may very well blow up in my face sometime. type TfpgIntColor = TfpgColor; TfpgRecordColor = record blue, gre

[fpc-pascal] A complex trouble(at least for me)

2009-05-07 Thread Arí Ricardo Ody
Suppose the following structure: 01 a-1. 03 b-1 pic xxx. 03 b-2 pic 999. 03 b-3. 05 c-1 pic aaa. 05 c-2. 07 d-1 pic zzz. 07 d-2 pic xxx. 05 c-3 pic 99. 03 b-4 pic zzz. 03 b-5. 05 e-1 pic zzz. All line not containing the word pic I would ca

[fpc-pascal] runtime error 13, internet, fpconnect

2009-05-07 Thread Rainer Stratmann
What does runtime error 13 mean? If I wat to connect from Linux with fpconnect I get always a connection regardless of the IP adress. Rainer ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pasc

Re: [fpc-pascal] Branch Differences

2009-05-07 Thread Jonas Maebe
On 07 May 2009, at 14:06, Thomas Nelson wrote: Can anyone explain to me the differences between the FPC 2.2.5 and the FPC 2.3.1 branches? Is the 2.2.5 more of a "correction" to the 2.2.4 release and the 2.3.1 a "new feature" release. Broadly, yes. Jonas _

[fpc-pascal] Branch Differences

2009-05-07 Thread Thomas Nelson
Hello, I hope I am in the correct mail list. Can anyone explain to me the differences between the FPC 2.2.5 and the FPC 2.3.1 branches? Is the 2.2.5 more of a "correction" to the 2.2.4 release and the 2.3.1 a "new feature" release. Thanks for your time. Tom Thomas Nelson I/T Director, Inf