Hi,Ale Raza wrote:
>> Ok, it means I
can not use MS VC complier/linker, only choice is Mingw or Cygwin. I think you can use MS VC, you can try to find some info from here:
http://www.postgresql.org/docs/8.0/interactive/xfunc-c.htmlRead user comments at the bottom.Ale Raza wrote:
>> Wondering if
you
aras Kopets
- Original Message -----
From:
Ale Raza
To: pgsql-general@postgresql.org
Sent: Thursday, October 19, 2006 1:28
AM
Subject: [GENERAL] Link error: LNK2019:
unresolved external symbol _pg_detoast_datum
Hi,
I want to
add a user defined func
Hi,
I want to add a
user defined function using “Version-1 Calling Conventions” but
getting a link error.
I am using MS
Visual C++ .NET (V 7.1.3) on Win XP SP 2. PostgreSQL 8.1.3.
Am I missing
some lib or some other file?
I saw earlier
thread “building and linking C user def