OLE Automation bridge for Visual DialogScript

Author: Levashev Ivan Aleksandrovich
bu_gen@octagram.name

Many Win32 libraries have OLE Automation interface. For instance, WinSCP is a 
.NET library, and it can have OLE Automation interface. Speech API is another 
example.

This library also serves as a demonstration of my skills. In contrast to many 
other OLE Automation bridges (almost all of them) it supports multithreading. 
It correctly marshals objects from STA to MTA and vice versa. Speech API 
sample demonstrates possible usage. Background WinSCP transfer is another 
option, though not explored in samples.

Documentation: see "OLE Aut API.txt" for reference.

Current homepage:
https://osdn.net/projects/vds-ole-bridge/scm/hg/VDS_OLE_Bridge/

Compilation:

Pre-Unicode Delphi is required (7 .. 2007). I used to write Unicode-agnostic 
code, but that was a way too tough case, I gave up.
