Uh oh!
There was an error while loading. Please reload this page.
Releases: exceljava/com4j
Releases · exceljava/com4j
Release list
release-20260827
What's Changed
- Update native build to use cmake by @tonyroberts in #3
- Fix VARIANT leak in Java_com4j_Native_invokeDispatch by @tonyroberts in #5
- Clear Variant in DispatchComMethod.invoke before returning by @tonyroberts in #4
- Set VARIANT type to VT_UNKNOWN if set to non-IDispatch instance by @tonyroberts in #6
Full Changelog: release-20190528...release-20260827
release-20190528
Bug Fixes
- Correct buffer size to fix memory corruption when handling VARIANTs
release-20180530
Release 2018-05-30
First release after fork from kohsuke.com4j (PRs have been submitted so hopefully this fork won't be necessary forever).
New features
- Add COM4J.wrapSta for wrapping STA com objects
- Add option for defaulting LCID paramerters
- Add generateDefaultMethodOverloads to tlbimp
- Add -addLibNametoPackageName option to tlbimp
Bug Fixes
- Fix unadvise/EventProxy.close()