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 -
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to