As far as I have more precise infos I will let you know. Would you prefer private mail?

But two things I had to change to compile for carbon are:

GR32_Bindings.pas:
{$I GR32.INC} changed to {$I GR32.inc}

GR32_Containers:
uses
{$IFDEF FPC}
  {$IFDEF Windows}
  Windows,
  {$ENDIF}
{$ELSE}

changed to

uses
{$IFDEF FPC}
  {$IFDEF Windows}
  Windows,
  {$ELSE}
  LCLIntf,
  {$ENDIF}
{$ELSE}

otherwise PRect was not found.


On 02.06.2010 15:45, Felipe Monteiro de Carvalho wrote:
Just from your description of the error I can't say anything, but you
are lucky that I now have a contract which involves Graphics32, so I
will be testing, updating and expanding the port.


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to