forked from PascalCoinDev/PascalCoin
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When I try to compile PascalCoinMiner with Lazarus 1.6.4 and FPC 3.0.2 under Linux Mint 18.1 I get a lot of warnings and hint :)
But I also get 5 errors
DelphiCL.pas(2198,37) Error: Incompatible types: got "Pointer" expected "LongWord"
DelphiCL.pas(2200,17) Error: Identifier not found "glXGetCurrentDisplay"
DelphiCL.pas(2575,3) Error: Identifier not found "ZeroMemory"
DelphiCL.pas(2614,3) Error: Identifier not found "ZeroMemory"
perhaps fillchar(orig, sizeof(orig), 0); will do the same.
I guess it is Delphi stuff not implementet in Lazarus/FPC
PascalCoinMiner.pp(159,7) Error: Identifier not found "GotoXY32"
It stops complaining when I change to "GotoXY", But I'm not sure it is enough :)
Metadata
Metadata
Assignees
Labels
No labels