Atozed Forums
Indy for OS/2 (ArcaOS)? - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Indy (https://www.atozed.com/forums/forum-8.html)
+--- Forum: Indy General Discussion (https://www.atozed.com/forums/forum-9.html)
+--- Thread: Indy for OS/2 (ArcaOS)? (/thread-1982.html)



Indy for OS/2 (ArcaOS)? - TobiasCraft2020 - 09-19-2020

Hello,
I saw a few IFDEF OS2 occurrences in the Indy sources, but I suppose there isn't a IdStackOS2.pas file or similar?

I am trying to compile Indy on ArcaOS with the FPC compiler.

Cheers,
Tobias


RE: Indy for OS/2 (ArcaOS)? - rlebeau - 09-21-2020

(09-19-2020, 04:25 PM)TobiasCraft2020 Wrote: I saw a few IFDEF OS2 occurrences in the Indy sources

I didn't write those.

(09-19-2020, 04:25 PM)TobiasCraft2020 Wrote: I suppose there isn't a IdStackOS2.pas file or similar?

No, there is not.

(09-19-2020, 04:25 PM)TobiasCraft2020 Wrote: I am trying to compile Indy on ArcaOS with the FPC compiler.

I have no clue how to set that up. FPC support is currently handled using TIdStackWindows, TIdStackLibc, and TIdStackUnix only.


RE: Indy for OS/2 (ArcaOS)? - TobiasCraft2020 - 09-21-2020

(09-21-2020, 06:37 PM)rlebeau Wrote:
(09-19-2020, 04:25 PM)TobiasCraft2020 Wrote: I saw a few IFDEF OS2 occurrences in the Indy sources

I didn't write those.

(09-19-2020, 04:25 PM)TobiasCraft2020 Wrote: I suppose there isn't a IdStackOS2.pas file or similar?

No, there is not.

(09-19-2020, 04:25 PM)TobiasCraft2020 Wrote: I am trying to compile Indy on ArcaOS with the FPC compiler.

I have no clue how to set that up.  FPC support is currently handled using TIdStackWindows, TIdStackLibc, and TIdStackUnix only.

Hi,
thanks, I am trying to make it work now. I created IdStackOS2.pas based on the Windows version by mainly removing IPV6 stuff and a few other things. It compiles now but I my whole app doesn't yet, so I haven't tested it yet.