Re: Postmaster service code

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Laurent Ballester" <postgresql(dot)ballester(at)wanadoo(dot)fr>, "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>, <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: Postmaster service code
Date: 2004-05-10 08:18:23
Message-ID: 03AF4E498C591348A42FC93DEA9661B889FCD3@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

> -----Original Message-----
> From: Laurent Ballester [mailto:postgresql(dot)ballester(at)wanadoo(dot)fr]
> Sent: 09 May 2004 11:49
> To: Darko Prenosil; Dave Page; pgsql-hackers-win32(at)postgresql(dot)org
> Subject: Re: [pgsql-hackers-win32] Postmaster service code
>
> mc EventLogMsg.mc # produce one rc file and one .h file
> rc -r -fo EventLogMsg.res EventLogMsg.rc
> link -dd -noentry -out:EventLogMsg.dll EventLogMsg.res
>
> for Msys :
> After obtain a .RC file with MC compiler

There's a problem of course - are there no foss tools that can replace
MC?

> windres -o EventLogMsg.o EventLogMsg.rc
> dllwrap --dllname=EventLogMsg.dll --driver-name=gcc EventLogMsg.o

Regards, Dave.

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Magnus Hagander 2004-05-10 10:33:02 Re: Postmaster service code
Previous Message Dave Page 2004-05-10 08:07:19 Re: Postmaster service code