Happy YTK Pro v 1.5 Beta Build 416 released!

  • Fixed extended emotes since some were not mapped to the right emoticon code and one emote image was duplicated
  • Improved speed of Message Archive Decoder
  • Added additional Structured Exception Handling (SEH) in various code areas. (eg): If ShellExecute() fails (When displaying the YTK Pro help file due to the .RTF file type not being associated with a default application) then it will now fail silently instead of displaying an error message. This can happen for many reasons, some include:
  1. File was not found
  2. There is no application that can associate with the filename's extension type
  3. The OS denied access to the file so we don't have proper permissions

  • Slightly reduced overall memory footprint size
  • Minor code optimizations in chat room text parsing functions
  • Fixed a small bug ("List Index Out of Bounds") with the Global Ignore Bin (GIB) and the Global Safe List (GSL) ListView control
  • Updated administrative privilege check to work on Windows Vista OS
  • Updated copyright to reflect 2008
  • Added new thread manager core for added multithread environment control as well as built-in Shared Memory Object (SMO) acquiring/locking to avoid potential thread deadlocks