fpc/packages/uuid
Károly Balogh da7efb8607 AROS: regenerated Makefiles to support i386-aros
git-svn-id: trunk@28438 -
2014-08-17 23:16:47 +00:00
..
examples * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
src * use ctypes types in structs, fixes Mantis #19778 and 64-bit linux 2011-07-26 12:58:00 +00:00
fpmake.pp * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
Makefile AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
Makefile.fpc * always use forward slashes in path to fpmake similarly to paths to other tools in Makefiles 2014-02-01 00:11:09 +00:00
Makefile.fpc.fpcmake * More packages converted to fpmake building 2012-01-10 16:31:07 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00

This package contains 2 units

uuid: 

creates a GUID based on the MAC address and Time on a linux machine.
The implementation is 100% native object pascal code.

Libuuid:
creates a GUID based on the MAC address and Time on a linux machine.
The implementation uses the libuuid.so.1 library, which should
be present on most linux systems. The library is loaded dynamically.

Both units set the OnCreateGUID event handler of SysUtils.

The test programs show the usage, tested on SuSE 9.2.

Enjoy,

Michael.