Rockbox Development > Starting Development and Compiling
Reading files?
motionman95:
--- Code: --- int fd;
char test[20];
char filename[] = PLUGIN_APPS_DIR "/RockLock.config";
fd = rb->open(filename, O_RDONLY);
rb->read(fd, test, sizeof(test));
rb->close(fd);
--- End code ---
AlexP:
--- Quote from: motionman95 on March 10, 2009, 09:06:44 PM ---it's just that I think rockbox would have a lot more developers if they wrote some documentation. Not that I haven't manged without it, but still, it would help. I'll admit that I was lazy in this instance, and had only about 10 minutes to work on it. (I'm a very busy guy.)
--- End quote ---
Sadly, writing documentation is boring, and all of our developers are very busy people and doing this in their spare time for fun. Perhaps once you get to know the code better, you would then start to document it some more?
motionman95:
Definitely. :D
bluebrother:
--- Quote from: motionman95 on March 10, 2009, 09:06:44 PM ---Which is absolutely not the case. I know 6 languages:
--- End quote ---
Really? Programming languages?
CSS Markup. Not a programming language.
HTML Markup.
XML Markup.
Actionscript Script language.
Javascript Script language
AutoIt Script language.
So what's the 6 languages here? Any compiled language among them?
--- Quote ---(I'm a very busy guy.)
--- End quote ---
And developers here are not? How do you judge if they are or not?
Navigation
[0] Message Index
[*] Previous page
Go to full version