|
From: Shawn P. <spo...@ex...> - 2004-10-03 05:11:55
|
Hi all, I'm putting together some code for a minor update to MMCd Tools. So far I've only made minor internal updates to Palm Conduit code and how the DLLs work together. i.e. Upgraded to from CDK 4.03 to 6.01. Using COM instead of standard DLL, fixes some unsightly confusion in the code as to where the MMCdHelp.dll is located. COM allows me to make function calls while knowing only the ClassID. If you cared to know. :) So while I'm at it, I'm up for some additional ideas as to what I could incorporate this time around. I've done some brainstorming. So far I'd really like to replace the Excel export code with pure C code and not use the OLE automation object, which is slower than molassas. There's a Perl module Spreadsheet::WriteExcel does such in pure perl, so I plan to learn from it. However, I'd like to incorporate this feature in the next major version. So. any thoughts? --- Shawn Poulson spo...@ex... |