Hi, I installed MSX-c under openMSX and I wrote the follow code:
#include #include #include int main() { screen(1); printf("Hello world!"); boxline(10,10,100,100); return 0; }
If I give the follow command:
A:\c xtetris
I obtain the follow messages:
[b:\include\MSXBIOS.H] line 0 column 17: redeclaration of 'NAT' [b:\include\MSXBIOS.H] line 2 column 21: duplicate tag '_regs' [b:\include\MSXBIOS.H] line 8 column 2: redeclaration of 'REGS' errors detected
I had any problem with MSXBIOS.H with a conflict of global variable.
Nobody can help me to find where is the problem?
Aangemeld of registreer om reacties te plaatsen