Ah! I see.... well thats something that would perhaps go on a requested features list no?

So what is probably the easiest way to plug in the Linux RTL so that I may cross-compile?


Oh and after setting this up at the top of my program's code I doubt I'll have more issues of that nature.

[pascal]{$IFDEF Win32}
{$IFDEF FPC}
{$APPTYPE GUI} // FreePascal/Lazarus
{$ELSE}
{$APPTYPE CONSOLE} // Delphi
{$ENDIF}
{$ENDIF}[/pascal]