Re: [fpc-pascal] Message Boards or Mailing List?

2009-01-03 Thread Joseph Montanez
Given that the message board is even running right now is a fluke. I'd prefer the mailing list, always up and fast responses. On Sat, Jan 3, 2009 at 4:20 PM, Jeremy Cowgar wrote: > I am curious what is the best way to get help with Free Pascal? Seems there > are two competing methods, the mailin

Re: [fpc-pascal] TProcess.CommandLine > 255 fails

2009-01-03 Thread T.Guilleminot
> 2.2.x or 2.3.x? I used the 2.2.0 (provided by Ubuntu repositories). Then I just upgraded and tested in 2.2.2-8 but problem is still the same :( ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/

[fpc-pascal] Message Boards or Mailing List?

2009-01-03 Thread Jeremy Cowgar
I am curious what is the best way to get help with Free Pascal? Seems there are two competing methods, the mailing list and then the message boards (http://community.freepascal.org:1/bboards/) ... Just wondering if there is a preferred method, if one is legacy the other a replacement or

[fpc-pascal] property of an array

2009-01-03 Thread Jeremy Cowgar
I am trying to make this work: type StringArray : array of String; ... later in code ... procedure SetColumnNames(names : StringArray); property ColumnNames : StringArray write SetColumnNames; ... later in code ... procedure TMyObject.SetColumnNames(names : StringArray); begin ... cod

Re: [fpc-pascal] TProcess.CommandLine > 255 fails

2009-01-03 Thread Marco van de Voort
In our previous episode, T.Guilleminot said: > > I use TProcess.CommandLine very often and I discovered that it seems > limited to 255 chars. > Does anyone know how to workaround this limitation ? > Thanks 2.2.x or 2.3.x? ___ fpc-pascal maillist - fp

Re: Re: [fpc-pascal] TProcess.CommandLine > 255 fails

2009-01-03 Thread T.Guilleminot
I'm on Linux. I've no idea how TProcess is compiled actually. I discovered the problem with command passed into an ansistring and to test I also reproduced with a GTK_Entry Text (dont know how it is passed internally) Thanks. > I use TProcess.CommandLine very often and I discovered that it s

Re: [fpc-pascal] TProcess.CommandLine > 255 fails

2009-01-03 Thread Tomas Hajny
On 2 Jan 09, at 22:15, T.Guilleminot wrote: Hi, > I use TProcess.CommandLine very often and I discovered that it seems > limited to 255 chars. > Does anyone know how to workaround this limitation ? Which target/operating system? I assume that your code using TProcess is compiled with {$H+} or