New Features and Improvements:
- From now on JNIWrapper is using the SLF4J Logging Facade that allowing the end user to plug in the desired logging framework at deployment time
- Added OSGI manifest for JNIWrapper library
- Added new
Pointer.getParameterClass()method that returns a parameter type - Added new constructor to
Pointer.OutOnlyclass that allows to specify a parameter type, like inPointerclass - Added new constructor to
OpenSaveFileDialogclass that allows to pass a parent Wnd (WinPack) - Added new
getBuild()andgetRevision()methods to theFileInformationclass (WinPack) - Added constructors that allows to pass owner's window handle as Wnd parameter to
SelectFolderDialogclass (WinPack) - Added the wrapper for
GetAncestorAPI function to Wnd class (WinPack) - Added the ability to access Win32 registry on x64 OS and vice versa (WinPack)
- Added wrappers for
GUITHREADINFOstructure andGetGUIThreadInfofunction (WinPack)
Resolved Issues:
- NPE in
DefaultLibraryLoader.findLibrary()method which occurs in Eclipse environment (platforms: All) - Problem with launching MacPack demo application
- Several UI issues in Codegen application
- NPE in
SelectFolderDialog(String rootFolder, String caption)constructor ofSelectFolderDialogclass (WinPack) - Problem with handling
RegistryKeyType.MULTI_SZwith (null) entry (WinPack) - Removed memory leak in DDE functionality (WinPack)
- Updated
Wnd.FindWindowExmethod that didn't correctly handle null value for theclassNameparameter (WinPack) - Updated
Icon.loadFromStream()method, so now it can correctly recognize invalid/broken streams (WinPack) - "IndexOutOfBoundsException" and "java.lang.RuntimeException: Resource not found" issues in
Icon.load()method (WinPack) - Exception in
Bitmap.toImagefor 16bit color depth (WinPack)