WiT 8.3 Service Pack 5
Bug Fixes and Incompatibilities
WiT
- After loading from a file, array editor did not get refreshed
- If 'save' ('save as' worked correctly) was chosen a second time for the
array editor, the file name became invalid or WiT might crash
- When a float or 64-bit integer parameter was converted to an input and a
negative integer was fed to it, the parameter value became garbage.
Standard Libraries
- 'runTimeConst' operator did not produce an output if 'slider' type
was chosen
- 'putClipboard' crashed when object clipboard format did not exist.
- 'morphClose', 'morphOpen', 'erode', 'dilate' crashed when output not
connected.
C Programming
- For libraries that have dependent contexts, the handle can become NULL
if there are variations in the use of lower and upper case characters
for the dependent library name.
Now a case insensitive comparison is used internally so that the context
handle is always loaded correctly regardless of the lower and upper case
mix in the library name.
- When changing the context dependencies of a library, if some of the
dependent libraries are not included in the current WiT configuration,
the WiT Manager crashed when saving the new dependency list.
Now a check is made and all invalid libraries are removed from the
dependency list.