HomeForumsWhat's newResources 
 
 
Someone, please help me with Saturn C...
Daniel Eriksson - Dec 19, 2001
 Daniel Eriksson Dec 19, 2001
I am trying to compile a file (i read in an tutorial) that i just copyed and pasted. I saved it as main.c and objects

(also as the tutorial said), but when i try to compile it it says:

main.c:7: ´TV320x224´ undeclared (first use this function)

main.c:7: (each undeclared identifier is reported only once

main.c:7: for each function it appears in.)

make.exe: *** [main.o] error 1

It works to compile other programs.

Please help me. I really want it to work.

 ExCyber Dec 19, 2001
Try changing that "TV320x224" to "TV_320x224". That should do it I think...

 Daniel Eriksson Dec 19, 2001
Thanks! It worked!