Re: Problem with compiling C function

"Reini Urban" <[email protected]> Wed, 9 Jan 2008 19:41:13 -0500
Newsgroups gmane.comp.db.postgresql.cygwin
Message-ID <[email protected]>
2008/1/9, Maciej Grygorcewicz :
> But linker threw such errors:
> "
>  Unresolved External: _pgwin32_fopen referended from .... // and so on
>  Unresolved External: _pg_sprintfl referended from .... // and so on "
>
> Why???? I have included postgres.h , and all other required files .

-lpgport is needed.

> I tried to build almost the same code but in C++ style DLL.
> DLL file was created succesfully , but on the other hand postgreSQL couldn't
> find exported function...
> DLL was in non-undernstadable format for postgresql.

for c++ you have to wrap the postgresql functions into extern "C".

-- 
Reini Urban
http://phpwiki.org/              http://murbreak.at/
http://spacemovie.mur.at/   http://helsinki.at/

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org