|
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 |
3 | 2 | can be downloaded for free with MS Core SDK but it is not included with MSYS
|
4 |
| -tools and I didn't finda alternative way to compile MC file. |
| 3 | +tools and I didn't findan alternative way to compile MC file. |
5 | 4 |
|
6 |
| -To summarizeMC pgmsgevent.mc commandgenerates 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 |
8 | 7 | with %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. |
10 | 9 |
|
11 | 10 | To finish, because DllUnregisterServer and DllRegisterServer are system
|
12 |
| -defined entrypoint, we need to export these two functions with their names |
13 |
| -without "decoration", so we cannotuses auto generated .def files without |
| 11 | +defined entrypoints, we need to export these two functions with their names |
| 12 | +without "decoration", so we cannotuse auto generated .def files without |
14 | 13 | handy modifications.
|
15 | 14 |
|
16 | 15 | Laurent Ballester
|
17 |
| - |
18 |
| - |