There are a few ways to contact me:
Please feel free to send me bug reports, praise, enhancements, feature requests or anything else that could
help make this plugin a better product.. And thank you for using TalkBack.
Credits
I can't give enough credit to the sites that offer the tools/libraries/classes/code that I used in
writing this application. Through these peoples generosity I was able to bring a flexible, high quality
product to the community in a short amount of time, please visit the sites listed below to learn more.
- Bjarke Viksoe has written some incredible ATL/WTL code
which I leveraged greatly for much of the UI of this application.
- Boost
Is, and I quote from the site:
The Boost web site provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report
I used the great Regular Expression library written by Dr John Maddock for all the text processing in this plugin. As well as using various other libraries and classes from the Boost collection.
- SQLite
SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library.
- The Code Project
is a great site driven by a highly active programming community with helpful forums and articles written by people who are actively using the latest and greatest development technologies. One of the article I specifically used from that community was Ma Weida's port of the About Control by Pablo van der Meer, this article can be found here.
- BugTrap
Is a great unhandled exception catching and reporting tool.
- Mornaro
Alpha tester and frustration ventee, without whos
help and encouragement ver 1.6 would not even exist... thanks man..
|