Remove bogus trailing dot from eventlog output, per Andreas.
Clean up README file a bit.
This commit is contained in:
parent
b2b5656362
commit
d48d86651c
Binary file not shown.
@ -1,18 +1,15 @@
|
|||||||
The files attached with this mail have to be stored in pgevent directory.
|
MSG000001.bin is a binary file, result of Microsoft MC compiler. MC compiler
|
||||||
MSG000001.bin is a bin files, result of Microsoft MC compiler. MC compiler
|
|
||||||
can be downloaded for free with MS Core SDK but it is not included with MSYS
|
can be downloaded for free with MS Core SDK but it is not included with MSYS
|
||||||
tools and I didn't find a alternative way to compile MC file.
|
tools and I didn't find an alternative way to compile MC file.
|
||||||
|
|
||||||
To summarize MC pgmsgevent.mc command generates pgmsgevent.h
|
To summarize: the command "MC pgmsgevent.mc" generates pgmsgevent.h,
|
||||||
pgmsgevent.rc and MSG00001.bin files. In MC file, we declare a string
|
pgmsgevent.rc, and MSG00001.bin files. In MC file, we declare a string
|
||||||
with %s format, so we can write anything we want in the future without
|
with %s format, so we can write anything we want in the future without
|
||||||
need to change the definition of this string.
|
needing to change the definition of this string.
|
||||||
|
|
||||||
To finish, because DllUnregisterServer and DllRegisterServer are system
|
To finish, because DllUnregisterServer and DllRegisterServer are system
|
||||||
defined entry point, we need to export these two functions with their names
|
defined entry points, we need to export these two functions with their names
|
||||||
without "decoration", so we cannot uses auto generated .def files without
|
without "decoration", so we cannot use auto generated .def files without
|
||||||
handy modifications.
|
handy modifications.
|
||||||
|
|
||||||
Laurent Ballester
|
Laurent Ballester
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
//
|
//
|
||||||
// MessageText:
|
// MessageText:
|
||||||
//
|
//
|
||||||
// %1.
|
// %1
|
||||||
//
|
//
|
||||||
#define PGWIN32_EVENTLOG_MSG 0x00000000L
|
#define PGWIN32_EVENTLOG_MSG 0x00000000L
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MessageId=0
|
MessageId=0
|
||||||
SymbolicName=PGWIN32_EVENTLOG_MSG
|
SymbolicName=PGWIN32_EVENTLOG_MSG
|
||||||
Language=English
|
Language=English
|
||||||
%1.
|
%1
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user