Commit Graph

151 Commits

Author SHA1 Message Date
clay_shooter
b6df041915 SF3436143 remove Main-Class from manifest because there is no main class for this jar file 2011-12-11 17:02:04 +00:00
clay_shooter
1e69bb9acb SF 3435567
Possibility to pass a NULL Dispatch pointer
Fix a memory leak (detected with Glowcode) in Variant.cpp/zeroVariant function
Variant.toString improvement to handle NULL cases
Adds the error code to the message when "an unknown COM error has occurred"
Added debug info to EventProxy advise registration failure message.
2011-12-11 16:57:28 +00:00
clay_shooter
e5652e3b75 3412922Fix for: When a DispatchEvent is created with a COM object, the COM object is never released totally, and the destructor function is never called 2011-10-02 15:51:19 +00:00
clay_shooter
003671fb90 SF 3377279
- 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.
2011-10-01 22:33:38 +00:00
clay_shooter
cbfc548c6f Finally moved up to 1.15. Also added 3137337 JNLP Example 2011-10-01 15:18:56 +00:00
clay_shooter
8ef96c68e3 dll mispelled 2010-11-08 02:55:05 +00:00
clay_shooter
742c8dcd1b SF3065265 Bit masking in Variant.getXXXRef() uses wrong mask allowing more than one type to be seen as the requested type. Code that passed in the correct type always worked but invalid types were not always detected. 2010-11-08 02:48:55 +00:00
clay_shooter
657e5980d9 SF2935662 excepInfo not initialized so NULL check says not null and manipulates uninitialized data. 2010-11-08 02:01:16 +00:00
clay_shooter
5b88936d48 SF2927058 add hasExited() method to support polling for server termination 2010-11-08 01:49:34 +00:00
clay_shooter
623c6e9b6b SF2963102 use varargs in Dispatch instead of a million overloaded methods 2010-11-07 15:36:32 +00:00
clay_shooter
f0204690cc Fix a million spelling errors 2009-12-25 20:12:26 +00:00
clay_shooter
d639d9fd76 2819445 SafeArray.fromLongArray fails when using VariantLongInt 2009-12-25 19:11:55 +00:00
clay_shooter
54f105525b 2847577 SafeArray#setString(*) incorrectly handles unicode strings 2009-12-25 17:18:16 +00:00
clay_shooter
1a651776d5 Bug 2721937 change the way PutInROT property is used so that applets no longer throw security violation 2009-08-23 14:41:15 +00:00
clay_shooter
a79a1a08ca Statically link DLL to remove need for VC++ installation
2762275 support conversion of arrays of primitives
2171967 throw exception for unexpected data types rather than crash VM
2009-06-08 01:10:43 +00:00
clay_shooter
ae08cf32d0 Minor change to notes to change release number to 1.14.3 2008-07-06 17:35:28 +00:00
clay_shooter
8f9f34ed58 Sourceforge 1986987 Deadlock between ComThread and ROT. Also added thread name to Jacob log output. 2008-07-06 17:26:27 +00:00
clay_shooter
b7dc74c59d Sourceforge 2011706 windows memory error when exiting program with call back proxies still hooked up. 2008-07-06 12:39:04 +00:00
clay_shooter
3bb8889134 SF 1919441 LoadLibrary reference to x64 dll name had extra space in it. Release is actually 1.14.1 not 1.15 2008-04-24 00:55:57 +00:00
clay_shooter
80f748ea40 SF 1919441 LoadLibrary reference to x64 dll name had extra space in it 2008-04-24 00:51:56 +00:00
clay_shooter
97ed81a0c5 Added some comments on Variant types not used in Jacob 2008-02-06 02:15:52 +00:00
clay_shooter
df0ba33797 B-1_14-DEV merge back to main 2008-02-02 01:38:25 +00:00
clay_shooter
cd58b57a99 Added comments 2007-10-20 01:52:06 +00:00
clay_shooter
bc50ca000f Added comments that describe when the various constructors should be used based on the way programs are described in the registry and which interfaces they implement. http://sourceforge.net/forum/message.php?msg_id=4562050 2007-10-11 02:20:40 +00:00
clay_shooter
bd1c33ef40 1.13 release notes updates with more details about redistributable packages. 2007-10-06 22:06:49 +00:00
clay_shooter
0896762db6 Sample based on sourceforge question and publcly posted code 2007-09-27 02:31:14 +00:00
clay_shooter
30c2a1fa81 Sample disk utils program based on example posted to SourceForge 2007-09-27 02:02:30 +00:00
clay_shooter
2261c55a11 SF 1794811 Support unicode in COM error messages. 2007-09-22 16:59:31 +00:00
clay_shooter
7f0cb9e0d6 SF1793362 ERROR_MORE_DATA causes failures - fix to support Jameleon 2007-09-14 01:35:43 +00:00
clay_shooter
97b1a279cc SF1793346 Replace deprecated wcstombs and remove unused variables 2007-09-13 01:07:36 +00:00
clay_shooter
8f36ecc309 Fixed typo. 2007-09-09 23:52:45 +00:00
clay_shooter
51c900e485 SF1772783 Added VT_DECIMAL support -- raised compiler warnings to /W3. fixed some of those warnings in VT_DECIMAL code 2007-09-09 23:48:08 +00:00
clay_shooter
cd3c0ed7f6 SF1772783 Added VT_DECIMAL support 2007-09-06 01:28:03 +00:00
clay_shooter
a8758521ad SF 1775889 - There was a like when passing arrays of indexes as part of set or get methods. 1775889 mentioned setString() but there were others also. 2007-08-27 03:34:56 +00:00
clay_shooter
74a8d04978 No Ticket: One of the methods in Variant.h didn't match the name of the method in Variant.cpp so the method in Variant.h was renamed. 2007-08-27 03:33:35 +00:00
clay_shooter
b09055f3c6 1761727 converted unit test programs to JUnit tests and updated the build targets 2007-07-27 03:43:24 +00:00
clay_shooter
78c7ddf199 1761727 converted unit test programs to JUnit tests and updated the build targets 2007-07-27 03:28:44 +00:00
clay_shooter
bfdc36ad30 Documentation Updates 2007-07-19 10:38:01 +00:00
clay_shooter
15dbd3f567 Updated notes per feedback from McDade 2007-07-09 10:50:39 +00:00
clay_shooter
f32b4f05ce Added and updated comments / docs 2007-06-10 11:30:31 +00:00
clay_shooter
117799dd86 SF 1701995 another attempt at memory managment <class_name>.PutInROT system property added. 2007-05-17 03:40:22 +00:00
clay_shooter
90eb8609a3 updated autogc notes 2007-05-17 02:36:08 +00:00
clay_shooter
e98dc4b0cf SF1709841 Visual C++ 8.0 Visual Studio 2005 compilation. No longer requires VC98 or 2003 Platform SDK. 2007-04-30 02:37:00 +00:00
clay_shooter
9c23a727c2 SF 1650134 - preliminary VT_Variant support VariantVariant 2007-04-22 18:25:38 +00:00
clay_shooter
4adbd5087a SF 1650134 change to putVariant() api 2007-04-18 10:26:48 +00:00
clay_shooter
7d7ed62066 SF 1702604 - alpha prototype for activeXInvocationProxy event callbacks 2007-04-18 02:59:38 +00:00
clay_shooter
536fc35171 SF 1650134 - preliminary VT_Variant support VariantVariant 2007-04-18 02:22:25 +00:00
clay_shooter
d10a84af85 corrected and updated comments 2007-04-14 03:21:25 +00:00
clay_shooter
6b81527536 SF 1699965 toString() which uses toJavaObject() now works for Dispatch objects 2007-04-13 13:05:26 +00:00
clay_shooter
2f583acf41 SF 169946 Event Proxy leaves thread attached to VM when id of callback not recognized 2007-04-13 12:57:47 +00:00