ev1313 / Pascal-SDL-2-Headers

These are the Pascal SDL 2 Headers.
Mozilla Public License 2.0
113 stars 48 forks source link

Linux jedi.inc compile problems #42

Closed strangepapyrus closed 7 years ago

strangepapyrus commented 7 years ago

Haven't used this before and thought I'd try it out but it won't compile. Linux, Lazarus 1.6 FPC 3.0. Following error messages:

Compile Project, Target: chapter3: Exit code 256, Errors: 2, Warnings: 1 jedi.inc(55,4) Warning: Misplaced global compiler switch, ignored jedi.inc(397,5) Error: Incompatible types: got "AnsiString" expected "Int64" jedi.inc(397,5) Error: Compile time expression: Wanted Boolean but got at IF or ELSEIF

Thanks.

ev1313 commented 7 years ago

Should be fixed now.

strangepapyrus commented 7 years ago

Thank you. That's great. Compiles fine. :-)