|
Monday, 07 December 2009 18:13 |
|
A new Full version and DEMO release of CANCapture (Version 2.43) is now available. This version was released mostly to add a missing dependency (DLL file) to the installation program.
Detailed Change List: - Added missing dependency to the installer. On a large majority of computers, the missing MSVCRT80.DLL file is already present because it gets installed by any other application that needs it. On relatively new/clean machines, however, this file was not being installed and thus required the user to download a Microsoft installer to fix the issue. This dependency has now been added to the installer and thus the extra installation is not required.
- Changed scripting library to be compiled using the multi-thread safe option. On previous versions of CANCapture, using multiple script blocks in a single project can potentially lead to a race condition that would cause unexpected behavior depending on what the scripts are doing.
- Fixed problem in scripting library that could lead to unexpected behavior when using global class variables. Depending on how it was used, a variable being passed by reference may not be updated by a function even if the function modified the referenced variable. Similarly the variable may not have the proper values going into the function call.
|