DLL for log event

From: "Laurent Ballester" <postgresql(dot)ballester(at)wanadoo(dot)fr>
To: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: DLL for log event
Date: 2004-05-12 17:02:39
Message-ID: 004901c43842$ef24a650$5df0fdc1@fleche
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Hi,

I am finished my first version of pgevent.dll wish allows backend to write
in event log with no error messages. The DLL encompass registration features
available with regsvr32 tools.

The Makefile is not finish, the installation part is missing.

Concerning MC compiler, it is not include with Visual C++ toolkit 2003, the
free version of Visual but it is include in windows core SDK, free too. You
can download the SDK at

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ .

The target folder is bin/pg_event like suggested by Magnus.

Suggestions / Comments / Ideas Most welcome

Regards, Laurent

Attachment Content-Type Size
pgmsgevent.rc text/plain 35 bytes
Makefile application/octet-stream 568 bytes
MSG00001.bin application/octet-stream 32 bytes
pgevent.c text/plain 3.1 KB
pgevent.def text/plain 160 bytes
pgmsgevent.h text/plain 910 bytes
pgmsgevent.mc application/octet-stream 69 bytes

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Richard Luckhurst 2004-05-13 01:04:28 Runtime Problems
Previous Message Tom Lane 2004-05-12 16:56:27 Re: mingw configure failure detection