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. |
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"
Note: The XllRtdLink DLL is automatically registered when you install the XLL+ toolkit on a development machine. You only need to register it yourself when you deploy XLLs with asynchronous functions to another machine.