This release introduces TD x64 support (TD 7.0 and up).
Also Sql Monitor is now able to show SQLite database actions.
Furthermore several fixes and improvements:
Code: Select all
# General
- New: TD x64 support (TD 7.0 and higher)
- Fixed: TDAppTools.dll: Fixes crashes on empty buffers in some API calls
- Fixed: Better handling loading TDAppTools.dll and compatibility checks
- Fixed: QOL improvements on GUIs and TD specific glitches on several TDAppTools features
# Gui Inspector
- New: Added TD 7.3.1 messages SAM_NotifyToast, SAM_InitTrackMenu for MessageMonitor
- Changed: SendMessages GUI improvements
- Fixed: Blocking apps/windows will not hang TDAppTools anymore
# Sql Monitor
- New: Support for SQlite (sqlite3.dll): sqlite3_libversion,sqlite3_open_v2,sqlite3_open16,sqlite3_open,sqlite3_close,sqlite3_prepare16_v2,sqlite3_prepare_v2
sqlite3_bind_text16,sqlite3_bind_text,sqlite3_bind_int,sqlite3_step,sqlite3_column_int,sqlite3_column_text16
sqlite3_column_text,sqlite3_column_blob,sqlite3_finalize,sqlite3_reset
- New: Added SqlClearLongBindDatatype
SQLite feature can be manually enabled in the Sql Monitor settings screen, and only when TDAppTools detects the use of the original
sqlite3.dll
within the application.More info on SQLite and how to use it in TD:
SQLite: Free embedded database in TD_applications
Info about TDAppTools on TDWiki :
https://wiki.tdcommunity.net/index.php? ... TDAppTools
Download location :
https://samples.tdcommunity.net/index.p ... DAppTools/
For more info on previous versions & features, please read the following thread:
viewtopic.php?f=27&t=45743