To Paul Squires

General FreeBASIC programming questions.
Post Reply
MystikShadows
Posts: 612
Joined: Jun 15, 2005 13:22
Location: Upstate NY
Contact:

To Paul Squires

Post by MystikShadows »

Thank you for making Win FBE I installed it and just thought you should know I find it absolutely divine to use. It's awesome work. My hat is off to ya. :)
deltarho[1859]
Posts: 4305
Joined: Jan 02, 2017 0:34
Location: UK
Contact:

Re: To Paul Squires

Post by deltarho[1859] »

Have you ever compiled using 'gui' and should have used 'console' and then had to use the Task Manager to kill the exe? I lost count on the number of times that I have until I learnt of this.

Code: Select all

'#Console On
I now put that as my first statement on everything that I write in WinFBE, it takes priority over whatever build configuration you have selected. It is easily turned off by inserting another comment at the front, like this.

Code: Select all

''#Console On
It's awesome work.
Agreed.
MystikShadows
Posts: 612
Joined: Jun 15, 2005 13:22
Location: Upstate NY
Contact:

Re: To Paul Squires

Post by MystikShadows »

Thank you Deltaror,

God knows how often I've done the same thing. lol
Imortis
Moderator
Posts: 1924
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: To Paul Squires

Post by Imortis »

Hey, MystikShadows! Long time no see! Glad to see you are getting back into FreeBASIC.
MystikShadows
Posts: 612
Joined: Jun 15, 2005 13:22
Location: Upstate NY
Contact:

Re: To Paul Squires

Post by MystikShadows »

Hi Imortis :) good to be back, but it's not because I haven't been posting that I wasn't still playing with freebasic lol.
PaulSquires
Posts: 1002
Joined: Jul 14, 2005 23:41

Re: To Paul Squires

Post by PaulSquires »

Thanks MystikShadows that was very nice of you to say and I really appreciate it. I hope that I can continue to grow WinFBE and make it better and better with every release.
Post Reply