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 -

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to