~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/bin/pgevent/README

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MSG000001.bin is a binary file, result of Microsoft MC compiler. MC compiler
 
2
can be downloaded for free with MS Core SDK but it is not included with MSYS
 
3
tools and I didn't find an alternative way to compile MC file.
 
4
 
 
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
 
7
with %s format, so we can write anything we want in the future without
 
8
needing to change the definition of this string.
 
9
 
 
10
To finish, because DllUnregisterServer and DllRegisterServer are system
 
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
 
13
handy modifications.
 
14
 
 
15
Laurent Ballester