File tree Expand file tree Collapse file tree 4 files changed +9
-12
lines changed Expand file tree Collapse file tree 4 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1- The files attached with this mail have to be stored in pgevent directory.
2- MSG000001.bin is a bin files, result of Microsoft MC compiler. MC compiler
1+ MSG000001.bin is a binary file, result of Microsoft MC compiler. MC compiler
32can be downloaded for free with MS Core SDK but it is not included with MSYS
4- tools and I didn't find a alternative way to compile MC file.
3+ tools and I didn't find an alternative way to compile MC file.
54
6- To summarize MC pgmsgevent.mc command generates pgmsgevent.h
7- pgmsgevent.rc and MSG00001.bin files. In MC file, we declare a string
5+ To summarize: the command " MC pgmsgevent.mc" generates pgmsgevent.h,
6+ pgmsgevent.rc, and MSG00001.bin files. In MC file, we declare a string
87with %s format, so we can write anything we want in the future without
9- need to change the definition of this string.
8+ needing to change the definition of this string.
109
1110To finish, because DllUnregisterServer and DllRegisterServer are system
12- defined entry point , we need to export these two functions with their names
13- without "decoration", so we cannot uses auto generated .def files without
11+ defined entry points , we need to export these two functions with their names
12+ without "decoration", so we cannot use auto generated .def files without
1413handy modifications.
1514
1615Laurent Ballester
17-
18-
Original file line number Diff line number Diff line change 3939//
4040// MessageText:
4141//
42- // %1.
42+ // %1
4343//
4444#define PGWIN32_EVENTLOG_MSG 0x00000000L
4545
Original file line number Diff line number Diff line change 11MessageId =0
22SymbolicName =PGWIN32_EVENTLOG_MSG
33Language =English
4- %1 .
4+ %1
55.
You can’t perform that action at this time.
0 commit comments