From e5368d39eee964b9d83cd37966c52106dc718031 Mon Sep 17 00:00:00 2001 From: clay_shooter Date: Sat, 23 Sep 2006 18:10:02 +0000 Subject: [PATCH] SF1550628: loadLibrary call mofed to a single location so that folks interested in changing how it works to support applets only has to modify in one location --- docs/ReleaseNotes.html | 45 +++++++++++++++++++ src/com/jacob/activeX/ActiveXComponent.java | 5 --- src/com/jacob/com/ComThread.java | 6 ++- src/com/jacob/com/Dispatch.java | 4 -- src/com/jacob/com/DispatchEvents.java | 3 -- src/com/jacob/com/JacobObject.java | 22 +++++++++ src/com/jacob/com/MainSTA.java | 3 -- src/com/jacob/com/ROT.java | 6 ++- src/com/jacob/com/STA.java | 6 ++- src/com/jacob/com/SafeArray.java | 4 -- src/com/jacob/com/Variant.java | 9 ++-- .../com/jacob/test/events/ExcelEventTest.java | 4 +- 12 files changed, 88 insertions(+), 29 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6c0511d..115b425 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -1,5 +1,50 @@ +

JACOB 1.11

+

What's New

+ + +

Tracked Changes

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Bugs
1550604Build process died with confusing error if version not set in properties file
  
Patches
  
Support Requests
1550628Moved all LoadLibrary requests into JacobObject. Classes not subclassed + off of JacobObject make calls to a static method on JacobObject to make sure + DLL is loaded
+ + + +