From 29fdc762363ac2ef311bb172ac7a42943a2712ea Mon Sep 17 00:00:00 2001 From: clay_shooter Date: Tue, 23 Jul 2013 23:54:49 +0000 Subject: [PATCH] #115 Release problem if you've got two threads with the same name --- docs/BuildingJacobFromSource.html | 8 ++++++- docs/ReleaseNotes.html | 4 ++++ src/com/jacob/com/ROT.java | 35 ++++++++++--------------------- 3 files changed, 22 insertions(+), 25 deletions(-) diff --git a/docs/BuildingJacobFromSource.html b/docs/BuildingJacobFromSource.html index 7cd5f75..505d90e 100644 --- a/docs/BuildingJacobFromSource.html +++ b/docs/BuildingJacobFromSource.html @@ -41,7 +41,7 @@ using the example build.xml as a template.
  • Microsoft Visual C++ 8.0 and it's included library. (to C:\ProgramFiles in my case)
  • Eclipse 3.4 or later from www.eclipse.org as the Java IDE.
  • Eclipse 3.4 or later with the C/C++ plugin can be used for C coding in place of VC++ IDE. -
  • Java JDK 1.5 (1.15 was built using 1.5.0.16) +
  • Java JDK 1.5 (1.17 was built using 1.5.0.22)

    @@ -57,6 +57,8 @@ using the example build.xml as a template. 1.13VC 20051.4.21.7.03.332 and 64 bit 1.14VC 20051.5.01.7.03.332 and 64 bit 1.15VC 20051.5.01.7.03.432 and 64 bit +1.17VC 20051.5.01.8.4 Eclipse Embedded4.332 and 64 bit + Microsoft Visual C++ 8.0 supports 64 bit builds. so no additional tools are required. @@ -112,6 +114,10 @@ Open up the project properties and go to the "Java Build Path" properties panel.

    Troubleshooting Build Problems