[fpc-pascal] Options -WG -WC -WF -WT

Mattias Gaertner nc-gaertnma at netcologne.de
Sun Jan 29 20:51:50 CET 2012


On Sun, 29 Jan 2012 20:13:36 +0100
Sven Barth <pascaldragon at googlemail.com> wrote:

>[...]
> >> -WF = {$apptype fs}: Fullscreen application on EMX and OS/2
> >
> > For 2.7.1 too?
> > The option is missing in the ppcx64 -h help.
> 
> I took this knowledge from the compiler's source directly, so yes.
> 
>[...]
> > The "obscure logic" prevents that -WG is passed to the compiler for
> > invalid targets. Otherwise the compiler stops with an error.
> 
> I'm not talking about that specific "obscure logic". I just wanted to 
> avoid that you add "more strange obscure logic" ;P

The whole point of asking here is to avoid adding anything obscure.
And the "more strange obscure logic" implies that there is already some
obscure logic.
Where is that?

IMO the compiler help text is obscure since it does not even mention
the -WF option. Should I create a bug report?

 
> > If I understand correct, then a Windows application without -WG is
> > compiled as a console application and a writeln/readln should work.
> > Right?
> 
> This is correct. At least on Win32 and Win64.

Mattias



More information about the fpc-pascal mailing list