|
@@ -23,7 +23,10 @@ unit comconst;
|
|
SOleError = 'OLE error %.8x';
|
|
SOleError = 'OLE error %.8x';
|
|
SVarNotObject = 'Variant does not reference an automation object';
|
|
SVarNotObject = 'Variant does not reference an automation object';
|
|
SDCOMNotInstalled = 'DCOM not installed';
|
|
SDCOMNotInstalled = 'DCOM not installed';
|
|
-
|
|
|
|
|
|
+ SNoCloseActiveServer1 = 'NoCloseActiveServer1';
|
|
|
|
+ SNoCloseActiveServer2 = 'NoCloseActiveServer2';
|
|
|
|
+ SAutomationWarning = 'COM Automation Warning';
|
|
|
|
+
|
|
implementation
|
|
implementation
|
|
|
|
|
|
end.
|
|
end.
|