Re: half-idea for #ifdef and key deifnition hell...

2006-07-24 Thread Jonathan Gordon
Hey all, OK, well I've had a bit more of a play with implementing this idea and I want to show you what it looks like now before I have it finished and you all decide its not workable. ok, so here is what goes in the existing button.h file (although that file will get rediculously long so maybe

RE: half-idea for #ifdef and key deifnition hell...

2006-07-24 Thread RaeNye
Actually I thought of a more general event loop scheme. There's a event queue (may unified with the thread queue, maybe not), The ADC code pushes raw button events, e.g., BUTTON_PLAY or BUTTON_NONE; Every plugin/menu/gui thing has a get_event() - handle_event() loop, where usually you'd call

Question about targets for langv2

2006-07-24 Thread Matthias Mohr
Hi, I know that it's possible to prepend the target's name to have specific strings for it e.g. h300: some H300 specific string *: this it what all other targets see Is it possible to prepend several target names to one string, like follows:

Re: Question about targets for langv2

2006-07-24 Thread Daniel Stenberg
On Mon, 24 Jul 2006, Matthias Mohr wrote: Is it possible to prepend several target names to one string, like follows: ipodcolor,ipodnano,ipodvideo,ipod3g,ipod4g,ipodmini,ipodmini2g: some string for all ipods Yes, that's possible and supported already. Exactly like the above example. Or do

Re: Question about targets for langv2

2006-07-24 Thread Matthias Mohr
Thanks a lot for the fast answer! I knew it must be there :-) with regards, Matthias Mohr (aka Massa)

shared library support?

2006-07-24 Thread Bill Janssen
I've been working on some Rockbox browsers for ebooks, targeting the G5 iPod. They use standard libraries, like libpng and zlib. I've developed rockbox-able versions of these, and would like to bundle them up as shared libraries instead of statically linking them into each plugin. Is there any

Re: shared library support?

2006-07-24 Thread Daniel Stenberg
On Mon, 24 Jul 2006, Bill Janssen wrote: would like to bundle them up as shared libraries instead of statically linking them into each plugin. Is there any standard way to do this with Rockbox? Does it even have the idea of shared libraries which applications (plugins) use? No, they have