Quote:
Originally Posted by Chaos Rush
I just searched through the Documents & Tutorials, and Toolbox section, and there isn't a single document/tutorial on making your own tools.
So my question is, how do you make your own tools?
|
Programming knowledge. You have to know how to make a tool find certain information in the ROM and then change that information depending on what the user clicks/types in and such (user interface programming is needed too). Most I know use C++, but there are many other programming languages that work just as well.