IonicWind Software

IWBasic => General Questions => Topic started by: kirkkaf13 on March 21, 2020, 04:08:50 AM

Title: Compiler Options - Single Page
Post by: kirkkaf13 on March 21, 2020, 04:08:50 AM
Hello,

I have not had much chance to play around with IWBasic yet but I did manage to at least compile a project which contained multiple source files using a project.

The problem comes when attempting to compile a single page application, there are no options available. I have followed the instructions in the manual, making sure no project is open, create a new source file, save it. The build menu just remains unavailable.

What am I doing wrong?

Kirk
Title: Re: Compiler Options - Single Page
Post by: Egil on March 21, 2020, 04:25:55 AM
Hi Kirk, and welcome to the Forum.

there are three ways to compile single file applications:

1. The Build menu has an option called "Build Single".
2. Click the seventh top icon from the right (shows the message "Make Executable" if you hold the mouse over it)
3. Or just press "F8".


Good luck!

Egil
Title: Re: Compiler Options - Single Page
Post by: kirkkaf13 on March 21, 2020, 04:45:06 AM
Hello Egil,

The option is not available. (see attached)

Kirk
Title: Re: Compiler Options - Single Page
Post by: Brian on March 21, 2020, 05:00:57 AM
Kirk,
I would close the compiler, and delete everything that starts helloworld.*, except helloworld.iwb,
open the compiler and helloworld.iwb, and then try the compile
Brian
Title: Re: Compiler Options - Single Page
Post by: kirkkaf13 on March 21, 2020, 05:22:25 AM
Thanks Brian, that did the trick.

Kirk