003671fb90c9616e264dcffd4678abc1b2021c96
- Placed JacobVersion.properties into ${release.dir.java.meta.inf} instead of the current folder;
- com/jacob/test/safearray/SafeArrayBasicTest.java is compiled separately, because it is in UTF-16 encoding
- Added initializing Variant used to retrieve the next value from IEnum because some implemenations call VariantClear on it before setting a new value
- Changed _WIN32_WINNT to 0x0500 to fix build with VS2010
- Fixed the leak in Java_com_jacob_com_Variant_putVariantNoParam
- Added Dispatch.Method to the invoke flags to call _NewEnum. There are some nonconforming legacy implementations that expose _NewEnum as a method.
JACOB (Java-COM bridge) is hosted on Sourceforge http://sourceforge.net/project/jacob-project Information about what's new in this release can be found in docs/ReleaseNotes.html Instructions on building this project can be found in docs/BuildingJacobFromSource.html Detailed instructions on creating a build configuration file are in build.xml Put the appropriate DLL for your platform into your runtime library path. jacob for 32 bit windows is located in /x86. There is no good usage guide at this time.
Description
Languages
C++
51.2%
Java
43.4%
C
5.2%