Revision History
Version 1.1 – July 13, 2001
The ID property of the EccoItem and EccoFolder objects is now a Long variable type, rather than an Integer. This supports ID numbers greater than 32,767. Depending on your program's variable typing, this change may require that applications written for version 1.0 be recompiled for version 1.1. Our testing shows that recompilation is not necessary for Visual Basic applications which do not assign the ID property to an integer variable. Thanks to Raymond Yee for reporting this.
The Find method of the EccoItems collection now correctly returns no items when no items in the collection meet the Find criterion. Thanks to Dave Gustafson for reporting this and suggesting a fix.
The Subs method of the EccoItem object now correctly returns no subitems when the Ecco item has no subitems. Thanks to Raymond Yee for reporting this and suggesting a fix.
An example of using C++ with the Visual Basic Ecco Toolkit has been provided by Kerry Zimmerman. Click here to download from our web site.
Version 1.1 – May 23, 2001