#66202 - strager - Mon Jan 09, 2006 12:22 am
I have a little (maybe) problem, but do not know how to solve it. I have been thinking about it for about a week now, and still have not come to any logical solution. I am trying to separate my program, which has many "modules" built into it. I would like these modules to be spread among different files to be accessed via a filesystem. The main program would control these modules, but I do not know how the main program and the module would interact. For example, I do not want to have the GUI functions compiled both in the main program and in the module. This would waste lots of space and would be inefficent, and would also cause problems because there would be two conflicting buffers which would both try to write to the screen. What I am trying to figure out is how these two programs, the main program and the module, can interact. One might think of this as a Windows executable and a DLL. The main program is the EXE, and the modules are DLLs. Each module is recognized by the EXE through a config. file, or by some other method, and is run whenever the user activates that module. My question is, how can this be applied to my application on the DS? Would either the main program or the module have to be specially configured?
Thanks in advance,
strager
Thanks in advance,
strager