[fpc-devel] GUID's under Linux
Graeme Geldenhuys
graemeg.lists at gmail.com
Thu Feb 16 08:00:33 CET 2006
Hi,
How to I create a GUID under Linux? I executed the code below under
Windows without error. I then tested my code under Linux and it tells
me "Identifier not found 'CreateGUID'". When I Ctrl+Click on
CreateGUID, it takes me to sysutilh.inc at line 174, which is a
function that does exist!
I am running Ubuntu Linux 5.10, Lazarus 0.9.13 and FPC 2.0.2
uses
SysUtils;
...
var
lGUID : TGUID;
begin
CreateGUID(lGUID);
Regards,
- Graeme -
More information about the fpc-devel
mailing list