Re: [fpc-pascal] High precision timing

2012-01-20 Thread kingbiz...@gmail.com
Em sexta-feira, 20 de janeiro de 2012 18:45:26, Vinzent Höfler escreveu: On Fri, 20 Jan 2012 21:38:04 +0100, kingbiz...@gmail.com wrote: I would like to know if is there any way to get the time in a high precision, something like nannoseconds. Yes. Depending on the required resolution, the o

Re: [fpc-pascal] High precision timing

2012-01-20 Thread Vinzent Höfler
On Fri, 20 Jan 2012 21:38:04 +0100, kingbiz...@gmail.com wrote: I would like to know if is there any way to get the time in a high precision, something like nannoseconds. Yes. Depending on the required resolution, the operating system, processor architecture, and your portability requirement

[fpc-pascal] High precision timing

2012-01-20 Thread kingbiz...@gmail.com
Hello, I would like to know if is there any way to get the time in a high precision, something like nannoseconds. I`m trying to write a speed profilling tool. Thank you, Bizz ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.f

[fpc-pascal] Redis client for object Pascal

2012-01-20 Thread ik
Hello, I've started to work on protocol implementation for Redis. It seems that there isn't even one implementation for it for Pascal (including Delphi). At the moment it is built to work only with Synapse, however after the first implementation, I'll wish to create additional libraries such as l

[fpc-pascal] Re: procedure variable and inc/dec procedures

2012-01-20 Thread leledumbo
more info: That TOrdinal type doesn't really exist. It serves as a generalization of all ordinal types, including user defined ones. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/procedure-variable-and-inc-dec-procedures-tp5153021p5160994.html Sent from the Fre

[fpc-pascal] Re: Help!!

2012-01-20 Thread Malvin
i need to make the login connection to my database via this form (in the picture), is there any way that i can do it? On Wed, Jan 18, 2012 at 3:25 PM, Andreas Schneider-7 [via Free Pascal - General] wrote: > On Tuesday, January 17, 2012, at 16:24 Mattias Gaertner wrote: > > > > Andreas Schneider

Re: [fpc-pascal] detect the version of fpc that a feature added to it

2012-01-20 Thread Graeme Geldenhuys
On 19 January 2012 21:17, ik wrote: > > I was looking to understand in what version of FPC ($IF defined ... } was > added, and realized that it is not very simple to detect such information. If you use a git clone of the FPC repository, you can very easily and quickly (seconds rather than hours)