Recent

Author Topic: Lazarus-CCR-Geckoport2 solution for the compile error.  (Read 429 times)

Soner

  • Sr. Member
  • ****
  • Posts: 305
Lazarus-CCR-Geckoport2 solution for the compile error.
« on: May 31, 2022, 08:32:07 pm »
I played today with geckoport and I could finally compile geckoport 2.
I don't know which version it better.
Maybe some of the developer can make update in lazarus-ccr too.

1. Copy the folder each-version from geckoport1 to the geckoport2
2. change project paths like in screenshot. I used version 10.
3. Add in the unit nstypes.pas from geckoport following types:
Code: Pascal  [Select][+][-]
  1. type
  2.   PRBool = LongBool;
  3.   PPRFileDesc = type Pointer;
  4.   nsMargin = record    
  5.     left, top, right, bottom: nsCoord;
  6.   end;  
  7.  
When I forgot some types, then take it from geckoport1/nstypes.pas

You can find the component in lazarus-ccr.

 

TinyPortal © 2005-2018