[pywin32-checkins] pywin32/win32/src PythonServiceMessages.mc,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-10-16 05:28:55
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1:/tmp/cvs-serv6536 Modified Files: PythonServiceMessages.mc Log Message: A couple of new error messages. Index: PythonServiceMessages.mc =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/PythonServiceMessages.mc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PythonServiceMessages.mc 9 May 2002 05:55:15 -0000 1.2 --- PythonServiceMessages.mc 16 Oct 2003 05:28:52 -0000 1.3 *************** *** 125,130 **** MessageId=0x6 Severity=Error ! SymbolicName=E_UNUSED Language=English . --- 125,132 ---- MessageId=0x6 Severity=Error ! SymbolicName=E_PYS_NO_SERVICE Language=English + An attempt was made to start the service '%1', but this service + is not hosted in this process. . *************** *** 189,192 **** --- 191,203 ---- . + MessageId=0xE + Severity=Error + SymbolicName=PYS_E_NO_SERVICEMANAGER + Language=English + Could not locate the Python servicemanager. + %n%1 + %n%2: %3 + . + MessageId=0x80 *************** *** 236,240 **** Error %1 - %2 . - MessageId=0xF000 --- 247,250 ---- |