Re: [fpc-pascal] Searching for database libraries

2012-12-08 Thread Mark Morgan Lloyd
Michael Van Canneyt wrote: On Fri, 7 Dec 2012, Mark Morgan Lloyd wrote: When using something like InitialisePostgres3(), if the approximate location of the database library (.so or .dll) is known, what's the most effective way of finding the exact file? Is there a single routine that does a r

Re: [fpc-pascal] Searching for database libraries

2012-12-08 Thread Michael Van Canneyt
On Fri, 7 Dec 2012, Mark Morgan Lloyd wrote: When using something like InitialisePostgres3(), if the approximate location of the database library (.so or .dll) is known, what's the most effective way of finding the exact file? Is there a single routine that does a recursive search? No. Th

Re: [fpc-pascal] FCL-JSON: Getting the data into pascal classes

2012-12-08 Thread Michael Van Canneyt
On Fri, 7 Dec 2012, Reimar Grabowski wrote: Hi, I have a relatively simple JSON object consisting of some integer and string fields and a large (500-50 entries) float array. Following the parsedemo.pp I extract the values from JSON and put them in my pascal class. All works as expected