28 Apr
2007
28 Apr
'07
6:32 p.m.
On 4/27/07, Misha Koshelev <mk144210(a)bcm.edu> wrote:
Implements basic OLE automation class (i.e., Dispatch plus) functionality that is then used for all separate class implementations.
Changelog:
* msi: Add base class for OLE automation objects.
+/* FIXME: I don't know how big this should be */ +#define MAX_MSI_STRING 1000 msi strings don't have size a limit. -- James Hawkins