Do i need to change compiler command every time

New to FreeBASIC? Post your questions here.
Post Reply
kcvinu
Posts: 232
Joined: Oct 07, 2015 16:44
Location: Keralam, India

Do i need to change compiler command every time

Post by kcvinu »

Hi all.
I am using poseidon IDE for learning freeBasic. Thanks to the develepor for giving this nice unicode supported IDE. My question is this ;
I am using this ide for both console program and gui program. Now, the compiler option is "-s gui -v". So i can't compile my console programs. What is the code for compiling both of these things. I mean gui code and console code.
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: Do i need to change compiler command every time

Post by MrSwiss »

@kcvinu,

FBC defaults to 'Console' if you are omitting [-s gui] or use [-s console] appart from other switches ...

BTW: this is independent of a IDE, the same for Command Line use of FBC.
Post Reply