Titrax Conduit 1.04 Release

|
I'm very pleased to be posting a *polished* version of my earlier Titrax Conduit. Here's a description from the readme:
TitraxConduit is a win32 palm conduit for Titrax. It facilitates transferring project timing data from the palm to the desktop in the form of text files.
Visit the project page for downloads, details and screen shots. Read on for some ramblings...

These are some of my thoughts about this project. Most of them are further detailed in the source and readme.

This was a fun 4 day project (two weekends). I'd had some experience programming palm in earlier conduit exploits, but this release is really full featured.

I'm really pleased with the installer. The installer dll integerates seamlessly with the palm desktop sync framework. It makes the package accessible to the layman. I hope it really broadens titrax scope of users.

I got in contact with Titrax's author, Bernd Esser. There's talk of me taking over Titrax. I might do it, but I'd also be willing to just contribute. There's not much I'd change.

The palm byte alignment problem was really sticky. Being in the middle of an endian transformation made it that much more difficult to follow. I was getting crap numbers because of the compiler padding the structs. It's just a good lesson not to use structs to transfer memory (or to be sure of your struct on your target). /Zp2 switch to the compiler really was the simplest solution.

Now I know a lot about time and the way that different programs store them. Those utility methods will be useful.

The prc-tools are now pretty close to ubuquitous. I just used the default packages on debian and then main cygwin, pilrc included. Using the unsupported version of the palm sdk, I was easily able to compile titrax on linux and windows/cygwin.

Visual Studio .NET 2003 rocks. I know! Flog me! I don't like liking it any more than you like me liking it. But it is a well designed editor and IDE. I'm flexible, but it sure makes a lot of things very easy. People really need to start duplicating that interfaace. Escpecially, function pulldowns, project explorer, class explorer, tab-ide, integrated debugger, and popup members. Taking a page from ultra-edit, I wish it had column mode. Don't tell RMS, but I find myself hacking GNU projects over samba *a lot*.