On 4/27/07, Misha Koshelev mk144210@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.
On Sat, 2007-04-28 at 13:32 -0500, James Hawkins wrote:
On 4/27/07, Misha Koshelev mk144210@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.
Fixed this in new patches. Thanks for the comment.
Misha