From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- src/bin/pgevent/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/bin/pgevent/README (limited to 'src/bin/pgevent/README') diff --git a/src/bin/pgevent/README b/src/bin/pgevent/README new file mode 100644 index 0000000..10ec8d2 --- /dev/null +++ b/src/bin/pgevent/README @@ -0,0 +1,20 @@ +src/bin/pgevent/README + +pgevent +======= + +MSG00001.bin is a binary file, result of Microsoft MC compiler. MC compiler +can be downloaded for free with MS Core SDK but it is not included with MSYS +tools and I didn't find an alternative way to compile MC file. + +To summarize: the command "MC pgmsgevent.mc" generates pgmsgevent.h, +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 +needing to change the definition of this string. + +To finish, because DllUnregisterServer and DllRegisterServer are system +defined entry points, we need to export these two functions with their names +without "decoration", so we cannot use auto generated .def files without +handy modifications. + +Laurent Ballester -- cgit v1.2.3