PDA

View Full Version : Which tutorial to use?



1magus
April 27th, 2009, 02:00
I have tried the easy to follow Version 4 tutorial on the Dreamcast enviornment but I got a bug when it came to this code:

#include KOS_INIT_FLAGS(INIT_DEFAULT | INIT_MALLOCSTATS); int main(int argc, char **argv) { printf("\nhello world\n\n"); return 1; }

Was there anything else I needed to type?

Or should I be following another tutorial out there at this point to set up my DEV enviornment cause I have a coders cable but have yet to get to use it :(

Maturion
May 3rd, 2009, 18:21
#include

Seems like you forgot to include kos.h

replace it with #include <kos.h>