In article <[EMAIL PROTECTED]>, "Tam Hanna" <[EMAIL PROTECTED]> wrote:
> I appreciate your attempt to provide open-source solutions to the Palm Os > community, and will maybe feature you in my blog at > http://tamspalm.blogspot.com in the near future! That would be great! I should add that the license isn't exclusive at all. My choice of that license was based on my impression (I am not a lawyer!) that it was not copyleft and does not require any credit in shipping applications or documentation. I wanted to use this in both closed-source and open-source applications I write. > However, neither the Reference nor the Introduction seems to be online or > working yet (Firefox 1). Please inform me when it is online! Well, I was actually testing the pages as I was making them against Firefox on Windows and Safari on the mac, so I'm not sure what's going on there. (Contact me via email if you want as we should probably try to keep website issues off here; my address is <[EMAIL PROTECTED]>...) > BTW, why don't you distribute an SDK of header files rather than a library? > This would be more comfortable for the individual developer, as he can "snap > in" what he needs... It's just a collection of source files. There's a Codewarrior project to build it as a static library for the linker (not a Palm OS dynamic library, just a linker library), but it's probably better to include the files directly. I use the library, but only to make sure it keeps working. I am not a big fan of libraries; the other day, I spent four hours fixing a bug I'd already fixed because I forgot to rebuild the library after changing the source code. More trouble than they're worth 90% of the time. People are welcome to snip small pieces out of it (not like I could stop them, even if I wanted to, and I don't want to), but I expect every function in there to get more debug-build only checks at some point. And there are probably at least a couple bugs in there. So it might be better to try to use the code directly for easy updating later. -- Steven Fisher; [EMAIL PROTECTED] "Morituri Nolumus Mori." -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
