#109464 - Alan - Sat Nov 18, 2006 2:42 pm
Hi,
I'm Alan, and I'm new around here, and as all new ones, I've got some n00bish questions.
ok, first things first. I've just started to program in C++ (after several years in Blitz3D..), and so far, I've managed to program Pong for the DS, which worked fine on my GBAMP and M3 micro. I've learned it pretty much on my own through the devkitPro examples.
And then I started to surf around on the net (with my super slow modem.. arg!) and found that most people have two source files, one for the ARM7 and one for the ARM9, while all of the devkitpro examples are based on only one source ('ahh.. what a newb..' -you) In the future, I'm going to, or at least hope that I'm going to make programs that use the wifi library, and as far as I know, you have to make the ARM9 and ARM7 cooperate in a way which I don't think is possible with only one cpp file.. Have I missed out of something?..
My next question is a bit less.. noobish.. How can I make my programs get supported by emulators better? (as iDeaS doesnt like PongDS nor my newest project..)
- Alan
I'm Alan, and I'm new around here, and as all new ones, I've got some n00bish questions.
ok, first things first. I've just started to program in C++ (after several years in Blitz3D..), and so far, I've managed to program Pong for the DS, which worked fine on my GBAMP and M3 micro. I've learned it pretty much on my own through the devkitPro examples.
And then I started to surf around on the net (with my super slow modem.. arg!) and found that most people have two source files, one for the ARM7 and one for the ARM9, while all of the devkitpro examples are based on only one source ('ahh.. what a newb..' -you) In the future, I'm going to, or at least hope that I'm going to make programs that use the wifi library, and as far as I know, you have to make the ARM9 and ARM7 cooperate in a way which I don't think is possible with only one cpp file.. Have I missed out of something?..
My next question is a bit less.. noobish.. How can I make my programs get supported by emulators better? (as iDeaS doesnt like PongDS nor my newest project..)
- Alan