The deliverables required for the projects discussed here include the following files and folders:
File | Description |
---|---|
Samples/AvgOptAsync | Source code for the asynchronous Excel add-in discussed below. |
Samples/XllRtdLink | Source code for the RTD server discussed below. |
Samples/Bin/XllRtdLink.dll | Compiled RTD server module. |
Include/ThreadManager.h | Simple mechanism for managing a thread pool. |
Include/XllRtdLink_common.h | Functions used by the sample XLL to communicate with the RTD server. |
Docs/XllRtdLink.pdf | This document. |
The model uses a COM module (XllRtdLink.dll) to support Excel's RTD mechanism. You should register the RTD server module XllRtdLink.dll, in one of the following ways:
REGSVR32 "C:\Program Files\Planatech\XllPlus\Samples\bin\XllRtdLink.dll"