March 28, 2024, 10:24:30 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Compiler Options - Single Page

Started by kirkkaf13, March 21, 2020, 04:08:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kirkkaf13

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

Egil

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
Support Amateur Radio  -  Have a ham  for dinner!

kirkkaf13

Hello Egil,

The option is not available. (see attached)

Kirk

Brian

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

kirkkaf13

Thanks Brian, that did the trick.

Kirk