Citation:
XMLCLX system files:
XMLCLX system files should be deployed in the same directory as the DLL. This is the preferred way, it allows to mix multiple versions of XMLCLX framework on the same computer.
* DAC.TLB (2003/08/26 or newer). You may find this file from C:\WinNT\System32\
* StdXML.TLB (2003/08/26 or newer). You may find this file from C:\WinNT\System32\
You should not register StdXML.TLB since it is loaded dynamically by the framework from the current directory, and then from the System path.
You should not register DAC.TLB since it is already referenced in the DAC libraries : LibDacFIB.dll, LibDacBDE.dll, LibDacDBX.dll, ...
Note: DAC.TLB and StdXML.TLB are mainly used to expose XMLCLX object model to ActiveScript run-time environment. This allows programmers to automate XMLCLX framework and their application even when it is compiled.
Françoise