Re: [fpc-pascal] fpdoc with UML output

2006-09-26 Thread Bisma Jayadi
Any thoughts on this? Currently I'm working on a generic diagram framework using Lazarus. I hope I can contribute it to Lazarus project. My first aim is to provide UML diagram for pascal code (just like ModelMaker in Delphi), hopefully can be integrated directly within Lazarus. But, because

[fpc-pascal] TDatabase, PostgreSQL and Mac OS X?

2006-09-26 Thread Jeremy Cowgar
I have the following simple program that does not seem to be working. Connectivity using postgres unit works fine. Here's the error and then the program will follow. Thank you! Oh, a note. I do not have libpq.so. I do have libpq.dylib. Also, my postgresql is installed in a non-standard plac

Re: [fpc-pascal] TStringList Bug?

2006-09-26 Thread Graeme Geldenhuys
On 26/09/06, Jeremy Cowgar <[EMAIL PROTECTED]> wrote: Thanks for the info though, I'll figure another way. Jeremy Try the following approach: -- function tiNumToken(const pStrValue, pStrToken : string) : integer; var i, iCount : integer; lsValue :

Re: [fpc-pascal] TStringList Bug?

2006-09-26 Thread Jeremy Cowgar
I was hoping to use it to parse a pipe delimited file. This will not work as I do not want " chars as part of the result, I'd have to add it in, then subtract them out. That's kind of weird behavior that a delimiter would be forced (space) even when the delimiter field is set. Thanks for th

Re: [fpc-pascal] TStringList Bug?

2006-09-26 Thread Michael Van Canneyt
On Tue, 26 Sep 2006, Jeremy Cowgar wrote: > Below is a simple program that I *think* is working wrong. I am new to Pascal, > so I may very well be doing something wrong. > > Can anyone comment? Space is always a delimiter. You should use SL.DelimitedText := '"Hello World"|"How are you doing?

[fpc-pascal] TStringList Bug?

2006-09-26 Thread Jeremy Cowgar
Below is a simple program that I *think* is working wrong. I am new to Pascal, so I may very well be doing something wrong. Can anyone comment? Jeremy program stringlistbug; uses Classes; var SL : TStringList; begin SL := TStringList.Create; SL.

[fpc-pascal] Sparc/Linux Port

2006-09-26 Thread Wolfe, Robert
For those that may on the off chance be downloading the Sparc Linux port of FPC, I apologize for not having posted any binary updates to my download site lately. I am going to post today's offering to the site after I send this. Robert Wolfe ([EMAIL PROTECTED] / [EMAIL PROTECTED]) Computer Progr