- fixed a bug when working with trial expiration without using API interface; - now you have the possibility to create on-line keygenerators for registration services like RegSoft, RegNow!, ShareIt etc.; added new project "KeyGen" inside SDK dir (build an online KeyGen for using with ShareIt service); also added how to make a keygenerator using the api provided. - added support for unicode Registration Names; altough eXPressor uses ANSI ver. of Windows API (nonunicode project) it can handle UNICODE strings; it performs UTF-8 transformation to store and work with those strings; see here; - fixed a bug introduced in a previous version; canceling process was taking too long; - added support for packing net files for which entry point was defined as a function with parameters; till now, only .net with simple Main() entry point was supported; - added support for shared sections; tested with a hook dll which gets loaded on all system's windowed applications; some problems reported with shared sections on multicore CPUs; - added an option to set protected applications to run as a single instance; so if you start the same process again it will anounce you that an instance is already running; - better support for dll files; now each loaded module it will unload it's dependencies on dll_proc_detach; - added support for MSVS 2005 and later executables; famous "R6002 - floating point support not loaded"; some words regarding my few hour research about this problem can be found on eXPressor's registered members area; - added some tab order for common dialog controls on main interface (i.e. focus on flat buttons and tab); - fixed a bug when pressing Esc or Enter on Tab pages inside Protection Options; also the tab pages can be accessed via keyboard and shows focus; - fixed a problem: dll's protected with "Protect Imported Functions" will throw an error about invalid relocations if the dll image was relocated; added some speed related to this option; - fixed a bug related to "Show a reminder message" for trial applications in Protection Options; added clock reversing detection and option to expire if so; - added limited support for protected applications; ie: limit 1 year upgrade support for a given key; - added splash screen from a custom bitmap, with custom shape and fade effect, showing trial info; - option to add user's email to database, email to all users etc. - option to load an additional dll (plugin), which is executed before touching the original file; the file stays only in memory; small sample of such dll added in SDK dir. - added option not to run inside VM; - context help, for eXPressor; just us the "?" on controls you need information, or select them then press F1.