Discussion of issues related specifically to writing code for native mode devices. This includes ZBasic code as well as assembly language code and C code, both inline and standalone.
This is what is in the output window when I try to run code that runs on my old computer
>"C:\Program Files (x86)\ZBasic\zbasic.exe" --target-device=ZX328l --directory="C:\Users\Russell Szczepaniec\Desktop\TSC\Zbasic/" --project="RLINKRXHCS.pjt"
"C:\Program: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4217b3)
Error: one or more errors occurred in the back-end build process for "RLINKRXHCS.zxb"
>Exit code: 1
I have a suspicion it is related to my migration from a 32 bit OS to 64 OS as everything else I have tried moving to my new computer doesn't work either. I have attached the code if that is the problem. Thanks in advance.
That is what I suspected. For some reason it compiles fine for VM devices just not native ones. This is what gave me hope that it might not be a 64 bit problem but I still suspect it is. Thanks for giving it a go.
meenbombs wrote:For some reason it compiles fine for VM devices just not native ones.
That just means that the back-end compiler (used only for native mode) is having a problem on the 64-bit platform. Apparently, the ZBasic compiler itself is OK.