Here is how I solved the problem:

1 - added @

2 - Changed the procedure to:

// Temp ErrorHandler
function TempX11ErrorHandler(Display: XLib.PDisplay; ErrorEv:PXErrorEvent): longint;cdecl;
begin
//WriteLn('Error: ' + IntToStr(ErrorEv^.error_code));
end;

notice the XLib.PDisplay

I think I will be submiting a changed package after I get this running.

Felipe

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

Reply via email to