Dotneteer / spectnetide

ZX Spectrum IDE with Visual Studio 2017 and 2019 integration
MIT License
205 stars 27 forks source link

ZXBasic program run but - Z0100 - Unexpected token: '*' - SOLVED #237

Open Tamairon opened 2 years ago

Tamairon commented 2 years ago

Hi,

Congratulations SepctNetIde is a excellent solution for Spectrum today.

I have installed SpectNetIde v2.0 (review 11) on VisualStudio 2019 and I can create a project and all ok.

When I tray to execute the demo program included with a new project created, compiler says me:

  1. First and popup window appears to say me that "no coding was injected. 0 bytes"
  2. Appear 64 errors like "Z0100 - Unexpected token: '' where is 'core', 'f', '1', '3', aso.

But If I get .bas out of visual studio with "zxbc -taB program.zxbas" TAP file is correctly generated and working well for example with FUSE, then what could be the problem?

Thanks in advance.

First step Captura2

Second step Captura

Tamairon commented 2 years ago

Hello. Sorry.

I just solve the problem. I was using ZXBasic 1.16-x32 beta version, then I changed by 1.15.2-x32 version and all is ok.

Thanks!