Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can Indy10 be used on a Raspberry Pi?
#3
Problem Solved: YES, Indy10 works on the Raspberry Pi, when cthreads is included.

The auto-generated Program file contained:
{$mode objfpc}{$H+}

uses
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}


But clearly the UseCThreads was not defined, so the cthreads was not either. I did not expect that.

Now cthreads is part of the program, it works!
---
Bart Kindt
CEO and Developer
SARTrack Limited
New Zealand
www.sartrack.nz
Reply


Messages In This Thread
RE: Can Indy10 be used on a Raspberry Pi? - by BartKindt - 10-07-2021, 06:02 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)