CTDesign 10.3.5
Version 10.3.5.16 (08 July 2016)
- Fixed crash of CTDesign (in GUI or service mode), when executing BTrieve commands.
- Reverted logging of MessageBoxes on CTDesign. Prevents showing multiple dialog boxes.
Version 10.3.5.15 (20 June 2016)
- Eliminated use of AfxGetThread(), since it returns a NULL pointer when the current thread is not a MFC thread. This fixes at least crashes when run in service mode.
Version 10.3.5.14 (25 May 2016)
- Fixed possible crash due to incorrect internal handling of strings (CChar).
Version 10.3.5.13 (31 December 15)
- Fixed DSN changed to uppercase (and saved as such to registry). Without this fix, passwords containing lowercase letters cannot be used. Bug is only present in 5.3.5 (and 5.3.4).
Version 10.3.5.12 (22 October 15)
- Added dupplicate state name detection during recover & cleanup. The user has the option to remove one of the states, or leave the states as they are.
Version 10.3.5.11 (12 May 15)
- Fixed not enabled input fields after changing SDK combo box. (introduced in 10.3.5.8)
Version 10.3.5.10 (12 May 15)
- Fixed missing state SDKs in drop down list. (introduced in 10.3.5.8)
Version 10.3.5.9 (12 May 15)
- Fixed issue with WrongInputMessage not being saved when the message was taken from another application.
Version 10.3.5.8 (12 May 15)
- Fixed a crash (null pointer exception).
Version 10.3.5.7 (15 April 15)
- Fixed issue with startup options: none of the regular (non-service-related) startup options are being used. This resulted in e.g. inability to start simulation when CTArchitect is running, even when specifying '-s'.
Version 10.3.5.6 (14 April 15)
- Fixed a few problems with 'longer' filenames in the BTV file/directory selection dialog (e.g. when importing a project). This fix makes it less worse, but is definitely not a complete fix.
- Fixed invalid characters in messagebox when importing a project with the same name. This could result in stability issues. Only this single messagebox has been fixed. Hundreds of these issues are fixed in 5.4.0.
- Fixed duplicate parameter issue when importing a project (message box "Parameter 'parameter id' does already exist and cannot be added!"). The parameter name is truncated to 12 characters, and can result in a duplicate key. In this case, a serial number is added (1 - 999) is added to the parameter name, to make it unique.