This section contains the following samples:
-
RtdHandleDemo
- Demonstrates the use of RTD handles to represent objects in Excel (New in XLL+ 6.2)
-
PersistentHandleDemo
- Demonstrates the use of persistent RTD handles to represent objects in Excel (New in XLL+ 6.2)
-
MonteCarlo
- Combines the use of object handles, a results cache and asynchronous functions (Changed for XLL+ 6.2)
-
MonteCarlo2
- Combines the use of object handles, and asynchronous functions, and also provides a persistent object cache (New in XLL+ 6.2)
-
NumericHandleDemo
- Demonstrates the use of numeric handles to represent objects in Excel (New in XLL+ 6.0)
-
StringHandleDemo
- Demonstrates the use of string handles to represent objects in Excel (New in XLL+ 6.0)
-
StringPtrHandleDemo
- Demonstrates the use of string pointer handles to represent objects in Excel (New in XLL+ 6.0)
-
BoostHandles
- Demonstrates the use of RTD handles to represent objects in Excel, where the objects are wrapped by boost::shared_ptr smart pointers (New in XLL+ 6.2)