Release Notes‎ > ‎

JNIWrapper 2.7 for Windows Release Notes

Post date: Aug 13, 2010 11:31:26 AM

Changes since version 2.6:

    • Changed the invokeAndWait and invokeMethod methods of the OleMessageLoop class. Now these methods may throw InterruptedException or InvocationTargetException exception (when it occurs), like it does the SwingUtilities.invokeAndWait method.

    • Codegen: added the ability to generate property getters/setters for dispinterface properties.

    • WinPack: added the new shell folder customization feature for setting/getting a folder icon.

Fixes:

    • Fixed the problem with passing of some int parameters to the native function calls.

    • Fixed the several problems in the Variant class; now it correctly handles the Pointer parameters and correctly stores parameters of VarType.VT_BYREF type.

    • Fixed the problem in the OleMessageLoop class, when it reported sometimes the "Failed to post thread message" message.

    • Codegen: fixed code generation problem for the methods, which returns Variant result in wrappers for dispinterfaces.

    • WinPack: fixed the problem with initialization in the StartupInfo class.