Re: [fpc-pascal] GUIDs under FreeBSD don't seem very random

2016-01-05 Thread Graeme Geldenhuys
On 2016-01-05 23:56, Graeme Geldenhuys wrote: > From Wikipedia (GUID vs UUID) > - > The term GUID usually refers to Microsoft's implementation of the > Universally Unique Identifier (UUID) standard. Reading further on Wikipedia I now understand you get different version

[fpc-pascal] GUIDs under FreeBSD don't seem very random

2016-01-05 Thread Graeme Geldenhuys
I use GUID's as my primary key values in databases. tiOPF uses the following FPC functions to do this CreateGUID(lGUID); Result := GUIDToString(lGUID); I just noticed this difference between two of my databases. The following GUID's were generated a few minutes ago by FPC (under FreeBSD) wh

Re: [fpc-pascal] AT-SPI fpc compatible ?

2016-01-05 Thread fredvs
> Well done Fred. You are really doing very impressive work with assistive. Huh, fpc is now the champion of assistive compiler mainly because of fpGUI and MSEgui, the best assisted-widgets in universe. Thank to Graeme and Martin. Fre;D. - Many thanks ;-) -- View this message in context:

[fpc-pascal] libevent for socket

2016-01-05 Thread Xiangrong Fang
Hi All, Could anyone help me with some samples of writing socket program with libevent, or is there any adapter/wrapper already exists for freepascal? Thanks! Xiangrong ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.

Re: [fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-05 Thread Pierre Free Pascal
I had to change install.sh script again, as my previous change resulted in using gtar for TAR and tar for CMDTAR variable... which did not go well... I still get some errors while expanding that tar files, but the installation seems to complete correctly now. Pierre > -Message d'origine---

Re: [fpc-pascal] AT-SPI fpc compatible ?

2016-01-05 Thread Graeme Geldenhuys
On 2016-01-05 04:23, fredvs wrote: > Via ideU, fpc-output-messages can be voice-listened too. Well done Fred. You are really doing very impressive work with assistive. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My publi