From: Tom D. <td...@vg...> - 2000-04-12 03:10:31
|
I've finished my conversion of the DB sources to the PalmOS 3.5 SDK and an isolation layer to hide the file format of the database from most of the code. Both changes touched every single file. And today was the first day in a month or more that the code actually compiled and linked. So maybe another 2 weeks before I can release a 0.3.0. Still need to make sure every existing feature works and add support for the 0.2.x database format. (The new isolation layer makes it easy. For even more fun, future versions of DB will be able to read MobileDB, JFile, etc.) FYI, the PalmOS 3.5 SDK does mean that DB will still work with previous PalmOS versions. The 3.5 just means that the source code has access to the 3.5 features if it wants. Tom |