From: Mike N. <ta...@al...> - 2003-07-15 13:05:27
|
Achim Kalwa wrote: >> EventMessageFile REG_SZ 'PathToMessageFile' >> TypesSupported REG_DWORD 7 > > 'PathToMessageFile' needs to be a fully qualified path either to the > application/service itself (if message resource is contained in exe), or > to a DLL providing the message table. It need not be specifically a REG_SZ, it could equally well be REG_EXPAND_SZ - even that in the Firebird case it would be useless since we register no system environment variable. > With an resource editor, I tried to locate thoses message tables in > fbserver.exe and fbguard.exe, but did not found any. (just curious: All > version information in fbserver/fbguard have swedish language IDs.) Oh... *blush* That must be my fault. I was the one creating the original MSVC6 project files, and MSVC for some freaking reason sets the default to ones system locale. :-< Dmitry: Can you take care of that? > For creating a messagetable resource, see: > http://msdn.microsoft.com/library/en-us/tools/tools/messagetable_resource.as p Thanks for notifying. /Mike |