> we made some custom types (written in C) for PostgreSQL onto > a Linux server. > We need to deploy a Windows server... > > The documentation does not talk about a shared library for Windows > (http://www.postgresql.org/docs/8.1/interactive/xfunc-c.html#DFUNC) > I tried to compile its custom types with borland bcc32, with > no success: > > Does somebody can help me ? >
You need to compile the functions using MingW GCC. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly