Results 1 to 2 of 2

Thread: Which tutorial to use?

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Jun 2005
    Posts
    74
    Rep Power
    0

    Default Which tutorial to use?

    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

  2. #2
    DCEmu Coder Maturion's Avatar
    Join Date
    Aug 2007
    Location
    Munich, Germany
    Posts
    178
    Rep Power
    0

    Default

    #include
    Seems like you forgot to include kos.h

    replace it with #include <kos.h>
    Admin of SEGA-DC.DE

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Wii Development Tutorial - Tutorial 10: Using the filesystem
    By wraggster in forum DCEmu Homebrew, Emulation, Hacking and Development Forum
    Replies: 1
    Last Post: September 12th, 2009, 06:38
  2. The Ultimate PSP Tutorial Project
    By karothacker in forum Sony Consoles News Forum
    Replies: 1
    Last Post: August 30th, 2008, 06:22
  3. Xecuter RROD Fix Tutorial
    By Platt in forum DCEmu Gaming & General Discussion Forum
    Replies: 1
    Last Post: May 20th, 2008, 12:50
  4. Fruity Loops Studio Tutorial [The Essentials Of FL]
    By Johnny Rash in forum Off Topic Forum
    Replies: 4
    Last Post: May 19th, 2008, 11:21
  5. More good DIV tutorials
    By Atari in forum Chuis's Dev & Discussion Forum
    Replies: 0
    Last Post: May 2nd, 2005, 17:17

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •