I fixed the way the GUI pulls the table list. This version should work with most any odbc driver.
I've also added some extra stuff to the output. The HTML page now shows the DSN, table name and a legend for the color codes.
To run the binary you will need to have the GTK+ 2.0 runtime installed as well as a configured ODBC driver for your database(s). To compile the source you will need to link to GTK+ 2.0 and MS ODBC along with the appropriate header paths.
Currently you need to download and install the GTK+ 2.0 runtime to use this program. I'm working on porting the GUI over to a static version of QT 4. I also plan to use the QT 4 ODBC API instead of Microsoft's to make the code platform independent.
The GUI for this initial release only works with Oracle databases. Release 0.1.1 will fix this. As far as I know the command line mode should work with most ODBC drivers.