5

Well, I'm trying to do a small game for DS-DSi in C++. Just for fun and feel happy.

I was wondering if there is any guide or I could get some help with getting started. I have no clue how it works or how to make it boot on the DS.

Thanks~

Kresten
  • 100
  • 2
  • 9
Kazuma
  • 1,371
  • 6
  • 19
  • 33

1 Answers1

8

I suggest getting a nds flash cart, like the cycloDS (for the DS) or an R4i (for the DSi). Thats how you can run your creations on the actual device.

Here is a good list of tutorials starting from the beginning (setting up your environment, getting the armKit etc) on DS development.

Tutorial: https://web.archive.org/web/20111219201907/http://dev-scene.com/NDS/Tutorials

Joshua Wade
  • 4,755
  • 2
  • 24
  • 44
Loktar
  • 34,764
  • 7
  • 90
  • 104
  • Well i did it, i included all files on VC include folder. i do #include and it includes, also appears with autocomplete. but when i do videoSetMode() (If i'm correct it was that) it gives error. O_o – Kazuma Mar 01 '11 at 20:26
  • Hmm well I hope you figure the error out. I had no issues when i set it up, it was about a year or so ago. – Loktar Mar 01 '11 at 21:10
  • 1
    Now this leads to a "Your computer has been infected with a virus" scam. – anonymous Jun 16 '17 at 21:28