-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I'm not sure if this is an issue or just good ole fashion user error. After downloading and installing Klive Ide 0.49.2 on Windows 11, for the very first time, I created a new project using the 'zx-basic' template. The project generates and we see the sample code:
print at 10,5; paper 4; bright 0; "Welcome to Klive IDE"
print at 11,5; paper 4; bright 1; " (Boriel's Basic) "
Running this though results in the message 'Error: ZXBC executable path is not set, cannot start the compiler.'
From a Command window: zbcx.exe runs fine
I have tried poking around and adjusting the JSON in the "klive.project" but any changes I make are overwritten as the IDE appears to recreate the file.
The IDE does popup 'Cannot edit in readonly editor', the tab also shows the read-only icon but I can change the file in notepad.
I suspect I am doing something wrong but nothing obvious stands out even after "goggling"