Re: [fpc-devel] Windows Console App

2020-04-26 Thread Ozz Nixon via fpc-devel
nother story :-( } > > No, my question was: how did you put the "D" in the keyboard buffer? I > would > like to put out the next command > > > - Original Message - > From: Ozz Nixon > To: Gerhard Scholz > Cc: FPC developers' list > Sent: Sunday, Ap

Re: [fpc-devel] Windows Console App

2020-04-26 Thread Gerhard Scholz
riginal Message - From: Ozz Nixon To: Gerhard Scholz Cc: FPC developers' list Sent: Sunday, April 26, 2020 8:31 AM Subject: Re: [fpc-devel] Windows Console App Sure! I assume you are asking how to make a console app? You do not need {$APPTYPE CONSOLE} ... instead, you simply write your code li

Re: [fpc-devel] Windows Console App

2020-04-26 Thread Ozz Nixon via fpc-devel
> *From:* fpc-devel on behalf of > Ozz Nixon via fpc-devel > *Sent:* Saturday, April 25, 2020 8:21:13 PM > *To:* FPC developers' list > *Cc:* Ozz Nixon > *Subject:* [fpc-devel] Windows Console App > > Anyone ever experience making a console app (cro

Re: [fpc-devel] Windows Console App

2020-04-26 Thread Alexander Grotewohl
From: fpc-devel on behalf of Ozz Nixon via fpc-devel Sent: Saturday, April 25, 2020 8:21:13 PM To: FPC developers' list Cc: Ozz Nixon Subject: [fpc-devel] Windows Console App Anyone ever experience making a console app (cross-platform), but, on windows when the app finishes, it appears t

Re: [fpc-devel] Windows Console App

2020-04-25 Thread Gerhard Scholz
2:21 AM Subject: [fpc-devel] Windows Console App Anyone ever experience making a console app (cross-platform), but, on windows when the app finishes, it appears to have put an uppercase C or D in the keyboard buffer, so the Prompt now has C:\>D ??? Every time I run my app, be it show hel

Re: [fpc-devel] Windows Console App

2020-04-25 Thread Ozz Nixon via fpc-devel
developers' list > Cc: Ozz Nixon > Sent: Sunday, April 26, 2020 2:21 AM > Subject: [fpc-devel] Windows Console App > > > Anyone ever experience making a console app (cross-platform), but, on > windows when the app finishes, it appears to have put an uppercase C or D > i

[fpc-devel] Windows Console App

2020-04-25 Thread Ozz Nixon via fpc-devel
Anyone ever experience making a console app (cross-platform), but, on windows when the app finishes, it appears to have put an uppercase C or D in the keyboard buffer, so the Prompt now has C:\>D ??? Every time I run my app, be it show help screen and end, or actually execute - when it finishes I