Re: Problem with compiling C function

Поиск
Список
Период
Сортировка
От Reini Urban
Тема Re: Problem with compiling C function
Дата
Msg-id 6910a60801091641r3f28af97i7a474ed706d4b06b@mail.gmail.com
обсуждение исходный текст
Ответ на Problem with compiling C function  ("Maciej Grygorcewicz" <maciekgrygorcewicz@gmail.com>)
Список pgsql-cygwin
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/

В списке pgsql-cygwin по дате отправления:

Предыдущее
От: "Maciej Grygorcewicz"
Дата:
Сообщение: Problem with compiling C function
Следующее
От: "Maciej Grygorcewicz"
Дата:
Сообщение: Re :Problem with Compiling C function