Easy programming for the DSO Quad

Hi all,

I’m not sure if this has been covered before, but I am having some issues with compiling .p and .pawn programs using Quincy. I am using the latest version of Quincy, and I have PAWN_011.hex loaded onto the quad. I can run the pre-compiled examples (.amx files) but I am getting problems compiling my own.

The following code compiles fine:-



#include

main()

{

new a

new b

new c

a=22

b=7

c=a+b

printf("%d",c);

}



When loaded onto the DSO Quad and ‘Run’ I get:-



Loading of program SCRIPT1.AMX Failed:

Error 6: Invalid Instruction



If I try to compile some of the examples provided, like ‘weekday.p’ it compiles fine but when run on the DSO Quad I get the same Error 6 Failure.



Any help will be gratefully received…Thanks

Paul